Make reindent.py happy (convert everything to 4-space indents!).
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
index 0685c95..9fb93dd 100755
--- a/Lib/test/test_crypt.py
+++ b/Lib/test/test_crypt.py
@@ -3,7 +3,7 @@
    Roger E. Masse
 """
 
-from test_support import verbose    
+from test_support import verbose
 import crypt
 
 c = crypt.crypt('mypassword', 'ab')