]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 30 Jun 2006 06:18:39 +0000 (06:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 30 Jun 2006 06:18:39 +0000 (06:18 +0000)
Lib/test/test_subprocess.py
setup.py

index b4e6c00d2ee47e0f55480fb0cd3db0cdf49515d1..91257a7996d1c9376ca72e8bce45804060a1a032 100644 (file)
@@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
 
 class ProcessTestCase(unittest.TestCase):
     def setUp(self):
-       # Try to minimize the number of children we have so this test
-       # doesn't crash on some buildbots (Alphas in particular).
+        # Try to minimize the number of children we have so this test
+        # doesn't crash on some buildbots (Alphas in particular).
         test_support.reap_children()
 
     def tearDown(self):
-       # Try to minimize the number of children we have so this test
-       # doesn't crash on some buildbots (Alphas in particular).
+        # Try to minimize the number of children we have so this test
+        # doesn't crash on some buildbots (Alphas in particular).
         test_support.reap_children()
 
     def mkstemp(self):
index 0c361848e3ede32309e444a1662769f1078f8899..0feb4843a02393ddd1a368688b6226bee9a8c1aa 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -653,7 +653,7 @@ class PyBuildExt(build_ext):
                 std_variants.append(os.path.join(dn, "db3%d"%x))
                 std_variants.append(os.path.join(dn, "db3.%d"%x))
 
-        db_inc_paths = std_variants + db_inc_paths 
+        db_inc_paths = std_variants + db_inc_paths
 
 
         db_ver_inc_map = {}