Make reindent.py happy (convert everything to 4-space indents!).
diff --git a/Lib/test/test_pwd.py b/Lib/test/test_pwd.py
index edd40f4..7e9db21 100644
--- a/Lib/test/test_pwd.py
+++ b/Lib/test/test_pwd.py
@@ -51,7 +51,7 @@
             # should never happen... if so, just forget it
             break
     fakename = string.join(map(None, chars), '')
-    
+
 try:
     pwd.getpwnam(fakename)
 except KeyError: