Whitespace normalization.
diff --git a/Lib/test/test_longexp.py b/Lib/test/test_longexp.py
index 00ece6d..b7842f9 100644
--- a/Lib/test/test_longexp.py
+++ b/Lib/test/test_longexp.py
@@ -6,9 +6,9 @@
 REPS = 65580
 
 if sys.platform == 'mac':
-	import gestalt
-	if gestalt.gestalt('sysv') > 0x9ff:
-		raise TestSkipped, 'Triggers pathological malloc slowdown on OSX MacPython'
+    import gestalt
+    if gestalt.gestalt('sysv') > 0x9ff:
+        raise TestSkipped, 'Triggers pathological malloc slowdown on OSX MacPython'
 if sys.platform == "os2emx":
     raise TestFailed, "OS/2+EMX port has malloc problems with long expressions"
 else: