Whitespace normalization.  Leaving tokenize_tests.py alone for now.
diff --git a/Lib/test/test_crypt.py b/Lib/test/test_crypt.py
index 442040f..ca53ec5 100755
--- a/Lib/test/test_crypt.py
+++ b/Lib/test/test_crypt.py
@@ -3,7 +3,7 @@
    Roger E. Masse
 """
 
-from test_support import verify, verbose    
+from test_support import verify, verbose
 import crypt
 
 c = crypt.crypt('mypassword', 'ab')