whitespace fixup. test__all__ and test_sundry were failing
for me on linux because of the inconsistent whitespace.
diff --git a/Lib/macpath.py b/Lib/macpath.py
index 24f4a14..d358bd2 100644
--- a/Lib/macpath.py
+++ b/Lib/macpath.py
@@ -125,7 +125,7 @@
     """Return true if the pathname refers to a symbolic link."""
 
     try:
-    	import macfs
+        import macfs
         return macfs.ResolveAliasFile(s)[2]
     except:
         return False