Skip to content

Commit 6f3ccbc

Browse files
author
tim.peters
committed
Whitespace normalization.
git-svn-id: http://svn.python.org/projects/python/trunk@52378 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 9271a29 commit 6f3ccbc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/distutils/unixccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _darwin_compiler_fixup(compiler_so, cc_args):
8282
except ValueError:
8383
pass
8484

85-
# Check if the SDK that is used during compilation actually exists,
85+
# Check if the SDK that is used during compilation actually exists,
8686
# the universal build requires the usage of a universal SDK and not all
8787
# users have that installed by default.
8888
sysroot = None

Lib/test/test_import.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def remove_files(name):
1818

1919

2020
class ImportTest(unittest.TestCase):
21-
21+
2222
def testCaseSensitivity(self):
2323
# Brief digression to test that import is case-sensitive: if we got this
2424
# far, we know for sure that "random" exists.
@@ -56,7 +56,7 @@ def test_with_extension(ext):
5656
mod = __import__(TESTFN)
5757
except ImportError, err:
5858
self.fail("import from %s failed: %s" % (ext, err))
59-
59+
6060
self.assertEquals(mod.a, a,
6161
"module loaded (%s) but contents invalid" % mod)
6262
self.assertEquals(mod.b, b,

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ def buildPython():
664664
for dn in dirnames:
665665
os.chmod(os.path.join(dirpath, dn), 0775)
666666
os.chown(os.path.join(dirpath, dn), -1, gid)
667-
667+
668668

669669
for fn in filenames:
670670
if os.path.islink(fn):

0 commit comments

Comments
 (0)