Whitespace normalization.

This commit is contained in:
Tim Peters 2006-10-18 05:09:12 +00:00
parent 79665b1403
commit ef3f32f965
3 changed files with 4 additions and 4 deletions

View file

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