Make reindent.py happy (convert everything to 4-space indents!).
diff --git a/Lib/test/test_cfgparser.py b/Lib/test/test_cfgparser.py
index 4bdbc69..00b8465 100644
--- a/Lib/test/test_cfgparser.py
+++ b/Lib/test/test_cfgparser.py
@@ -110,7 +110,7 @@
 [Foo Bar]
 foo=bar
 [Spacey Bar]
-foo = bar 
+foo = bar
 [Commented Bar]
 foo: bar ; comment
 """)