mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Whitespace normalization. Ran reindent.py over the entire source tree.
This commit is contained in:
parent
4fba4521e8
commit
e6ddc8b20b
62 changed files with 5050 additions and 5061 deletions
2
setup.py
2
setup.py
|
@ -345,7 +345,7 @@ class PyBuildExt(build_ext):
|
|||
locale_extra_link_args = ['-framework', 'CoreFoundation']
|
||||
else:
|
||||
locale_extra_link_args = []
|
||||
|
||||
|
||||
|
||||
exts.append( Extension('_locale', ['_localemodule.c'],
|
||||
libraries=locale_libs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue