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

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