Whitespace normalization.
diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py
index 57e7125..6a6fecb 100644
--- a/Lib/test/test_cfgparser.py
+++ b/Lib/test/test_cfgparser.py
@@ -67,7 +67,7 @@
 foo = this line is much, much longer than my editor
         likes it.
 """)
-           
+
 def case_sensitivity():
     print "Testing case sensitivity..."
     cf = ConfigParser.ConfigParser()