]> granicus.if.org Git - python/commitdiff
Whitespace.
authorStefan Krah <skrah@bytereef.org>
Sat, 30 Jun 2012 16:20:33 +0000 (18:20 +0200)
committerStefan Krah <skrah@bytereef.org>
Sat, 30 Jun 2012 16:20:33 +0000 (18:20 +0200)
setup.py

index 19e6bc366867aa4580f736508b5f10f24fd77807..598482e50a18920049215b03ca0316ca30774c98 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1811,7 +1811,7 @@ class PyBuildExt(build_ext):
 
     def _decimal_ext(self):
         extra_compile_args = []
-        undef_macros=['NDEBUG']
+        undef_macros = ['NDEBUG']
         if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"):
             include_dirs = []
             libraries = ['mpdec']