From 424dfc723137fb1ca8f3b5e4eb12ba3e669a9f52 Mon Sep 17 00:00:00 2001 From: Erlend Egeberg Aasland Date: Thu, 17 Mar 2022 17:53:29 +0100 Subject: Fix whitespace error in setup.py (GH-31960) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e47b2ab..c3cf241 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 -- cgit v0.12