]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix whitespace error in setup.py (GH-31960)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 17 Mar 2022 16:53:29 +0000 (17:53 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Mar 2022 16:53:29 +0000 (09:53 -0700)
setup.py

index e47b2ab90958b9053e449b3766fe52ff6435442a..c3cf2417bc429d1f70c55f03daa5796645a57556 100644 (file)
--- 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