]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Wed, 18 Oct 2006 05:09:12 +0000 (05:09 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 18 Oct 2006 05:09:12 +0000 (05:09 +0000)
Lib/distutils/unixccompiler.py
Lib/test/test_import.py
Mac/BuildScript/build-installer.py

index d1fd1d95112ac023aad7badaf874a3745ef02a62..75e8a5316ebba254884a9af1b6388d075ff3efb2 100644 (file)
@@ -82,7 +82,7 @@ def _darwin_compiler_fixup(compiler_so, cc_args):
         except ValueError:
             pass
 
-    # Check if the SDK that is used during compilation actually exists, 
+    # Check if the SDK that is used during compilation actually exists,
     # the universal build requires the usage of a universal SDK and not all
     # users have that installed by default.
     sysroot = None
index b03745628b77f83a6d03ecaefd59af99c5e15e51..462e266e7f9e6c24948434711d186d6cf52cf811 100644 (file)
@@ -18,7 +18,7 @@ def remove_files(name):
 
 
 class ImportTest(unittest.TestCase):
-    
+
     def testCaseSensitivity(self):
         # Brief digression to test that import is case-sensitive:  if we got this
         # far, we know for sure that "random" exists.
@@ -56,7 +56,7 @@ class ImportTest(unittest.TestCase):
                     mod = __import__(TESTFN)
                 except ImportError, err:
                     self.fail("import from %s failed: %s" % (ext, err))
-                
+
                 self.assertEquals(mod.a, a,
                     "module loaded (%s) but contents invalid" % mod)
                 self.assertEquals(mod.b, b,
index 69241d206a7ceba49ab5a9ab9f56b5538f7ea9f2..4d7fa8ce033d2769ed87d719cc9c5dd5dce51ae6 100755 (executable)
@@ -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):