From 814d618632625888b4a1aa114ce8203023faec42 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 17 Mar 2022 12:55:40 +0100 Subject: [PATCH] Fix whitespace error in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e47b2ab90958b9..c3cf2417bc429d 100644 --- a/setup.py +++ b/setup.py @@ -1247,7 +1247,7 @@ def detect_readline_curses(self): 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