Whitespace.

This commit is contained in:
Stefan Krah 2012-06-30 18:20:33 +02:00
parent c35a8e5c98
commit 3746aee905
1 changed files with 1 additions and 1 deletions

View File

@ -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']