Make reindent.py happy (convert everything to 4-space indents!).
diff --git a/Lib/test/test_longexp.py b/Lib/test/test_longexp.py
index 2d57285..243b28a 100644
--- a/Lib/test/test_longexp.py
+++ b/Lib/test/test_longexp.py
@@ -1,4 +1,4 @@
 REPS = 65580
 
-l = eval("[" + "2," * REPS + "]") 
-print len(l)  
+l = eval("[" + "2," * REPS + "]")
+print len(l)