Make reindent.py happy (convert everything to 4-space indents!).
diff --git a/Lib/test/test_strop.py b/Lib/test/test_strop.py
index bd31058..5770046 100644
--- a/Lib/test/test_strop.py
+++ b/Lib/test/test_strop.py
@@ -8,7 +8,7 @@
     try:
         value = apply(f, (input,) + args)
     except:
-         value = sys.exc_type
+        value = sys.exc_type
     if value != output:
         if verbose:
             print 'no'