diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-10-18 05:09:12 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-10-18 05:09:12 +0000 |
commit | ef3f32f96561bfae0e05bd34829fc64e23e10a3c (patch) | |
tree | 9c9d1ad04aef2fac8f1e372f415191c769031e5a /Lib/distutils/unixccompiler.py | |
parent | 79665b1403c57f7a546227f74c8900e960012a6a (diff) | |
download | cpython-git-ef3f32f96561bfae0e05bd34829fc64e23e10a3c.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/distutils/unixccompiler.py')
-rw-r--r-- | Lib/distutils/unixccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py index d1fd1d9511..75e8a5316e 100644 --- a/Lib/distutils/unixccompiler.py +++ b/Lib/distutils/unixccompiler.py @@ -82,7 +82,7 @@ def _darwin_compiler_fixup(compiler_so, cc_args): except ValueError: pass - # Check if the SDK that is used during compilation actually exists, + # Check if the SDK that is used during compilation actually exists, # the universal build requires the usage of a universal SDK and not all # users have that installed by default. sysroot = None |