From: Erlend Egeberg Aasland Date: Thu, 17 Mar 2022 16:53:29 +0000 (+0100) Subject: Fix whitespace error in setup.py (GH-31960) X-Git-Tag: v3.11.0a7~210 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=424dfc723137fb1ca8f3b5e4eb12ba3e669a9f52;p=thirdparty%2FPython%2Fcpython.git Fix whitespace error in setup.py (GH-31960) --- diff --git a/setup.py b/setup.py index e47b2ab90958..c3cf2417bc42 100644 --- a/setup.py +++ b/setup.py @@ -1247,7 +1247,7 @@ class PyBuildExt(build_ext): self.missing.append('_curses_panel') def detect_crypt(self): - self.addext(Extension('_crypt', ['_cryptmodule.c'])) + self.addext(Extension('_crypt', ['_cryptmodule.c'])) def detect_dbm_gdbm(self): # Modules that provide persistent dictionary-like semantics. You will