mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Whitespace normalization.
This commit is contained in:
parent
1bddfb84ee
commit
211219af4f
4 changed files with 1019 additions and 1020 deletions
|
|
@ -220,7 +220,7 @@ class UnixCCompiler(CCompiler):
|
|||
# skip over environment variable settings if /usr/bin/env
|
||||
# is used to set up the linker's environment.
|
||||
# This is needed on OSX. Note: this assumes that the
|
||||
# normal and C++ compiler have the same environment
|
||||
# normal and C++ compiler have the same environment
|
||||
# settings.
|
||||
i = 0
|
||||
if os.path.basename(linker[0]) == "env":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue