Repair bizarre indentation created by VC 7.1.
diff --git a/Python/ast.c b/Python/ast.c
index 94fc9e8..f155366 100644
--- a/Python/ast.c
+++ b/Python/ast.c
@@ -2030,7 +2030,7 @@
                 return alias(NEW_IDENTIFIER(CHILD(n, 0)), NULL, c->c_arena);
             else {
                 /* Create a string of the form "a.b.c" */
-				int i;
+                int i;
                 size_t len;
                 char *s;