Fix whitespace botch.
diff --git a/Python/getargs.c b/Python/getargs.c
index 21815f9..b25b20a 100644
--- a/Python/getargs.c
+++ b/Python/getargs.c
@@ -112,7 +112,7 @@
 		}
 		else if (level != 0)
 			; /* Pass */
-                else if (c == 'e')
+		else if (c == 'e')
 			; /* Pass */
 		else if (isalpha(c))
 			max++;