mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
Whitespace normalization.
This commit is contained in:
parent
79665b1403
commit
ef3f32f965
3 changed files with 4 additions and 4 deletions
|
@ -664,7 +664,7 @@ def buildPython():
|
|||
for dn in dirnames:
|
||||
os.chmod(os.path.join(dirpath, dn), 0775)
|
||||
os.chown(os.path.join(dirpath, dn), -1, gid)
|
||||
|
||||
|
||||
|
||||
for fn in filenames:
|
||||
if os.path.islink(fn):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue