Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fffc4b7

Browse files
committed
Whitespace normalization.
1 parent 5ff1492 commit fffc4b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/sysconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def customize_compiler(compiler):
147147
"""
148148
if compiler.compiler_type == "unix":
149149
(cc, cxx, opt, cflags, ccshared, ldshared, so_ext) = \
150-
get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS',
150+
get_config_vars('CC', 'CXX', 'OPT', 'CFLAGS',
151151
'CCSHARED', 'LDSHARED', 'SO')
152152

153153
if os.environ.has_key('CC'):

0 commit comments

Comments
 (0)