Whitespace normalization.
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py
index 82ab398..f8ad6fd 100644
--- a/Lib/test/test_doctest.py
+++ b/Lib/test/test_doctest.py
@@ -1,2 +1,2 @@
-import doctest, test_support 
+import doctest, test_support
 test_support.run_doctest(doctest)
diff --git a/Lib/test/test_getargs.py b/Lib/test/test_getargs.py
index 5747261..ed6e4ee 100644
--- a/Lib/test/test_getargs.py
+++ b/Lib/test/test_getargs.py
@@ -19,6 +19,3 @@
     marshal.loads(u"\222")
 except UnicodeError:
     pass
-
-
-