Whitespace normalization.
diff --git a/Lib/test/test_bool.py b/Lib/test/test_bool.py
index f2a4322..33185a0 100644
--- a/Lib/test/test_bool.py
+++ b/Lib/test/test_bool.py
@@ -329,17 +329,17 @@
             def __nonzero__(self):
                 return self
         check(Foo())
-        
+
         class Bar(object):
             def __nonzero__(self):
                 return "Yes"
         check(Bar())
-        
+
         class Baz(int):
             def __nonzero__(self):
                 return self
         check(Baz())
-        
+
 
 def test_main():
     test_support.run_unittest(BoolTest)
diff --git a/Lib/test/test_complex.py b/Lib/test/test_complex.py
index 0963bcc..ff1ce64 100644
--- a/Lib/test/test_complex.py
+++ b/Lib/test/test_complex.py
@@ -208,7 +208,7 @@
             self.assertRaises(ValueError, complex, unicode("x"))
 
         class EvilExc(Exception):
-             pass
+            pass
 
         class evilcomplex:
             def __complex__(self):
diff --git a/Lib/test/test_posixpath.py b/Lib/test/test_posixpath.py
index 30551d8..37e9628 100644
--- a/Lib/test/test_posixpath.py
+++ b/Lib/test/test_posixpath.py
@@ -237,7 +237,7 @@
                     ),
                     True
                 )
-                # If we don't have links, assume that os.stat doesn't return resonable 
+                # If we don't have links, assume that os.stat doesn't return resonable
                 # inode information and thus, that samefile() doesn't work
                 if hasattr(os, "symlink"):
                     os.symlink(
@@ -288,7 +288,7 @@
                 ),
                 True
             )
-            # If we don't have links, assume that os.stat() doesn't return resonable 
+            # If we don't have links, assume that os.stat() doesn't return resonable
             # inode information and thus, that samefile() doesn't work
             if hasattr(os, "symlink"):
                 if hasattr(os, "symlink"):