From: Stefan Krah Date: Sat, 30 Jun 2012 16:20:33 +0000 (+0200) Subject: Whitespace. X-Git-Tag: v3.3.0b2~353^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3746aee9059567b5199051a5147aecbecb6a5acf;p=thirdparty%2FPython%2Fcpython.git Whitespace. --- diff --git a/setup.py b/setup.py index 19e6bc366867..598482e50a18 100644 --- 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']