Whitespace normalization.
diff --git a/Lib/test/test_parser.py b/Lib/test/test_parser.py
index bd81aca..205c406 100644
--- a/Lib/test/test_parser.py
+++ b/Lib/test/test_parser.py
@@ -129,7 +129,7 @@
 
     def test_class_defs(self):
         self.check_suite("class foo():pass")
-        
+
     def test_import_from_statement(self):
         self.check_suite("from sys.path import *")
         self.check_suite("from sys.path import dirname")