]> granicus.if.org Git - python/commitdiff
Repair bizarre indentation created by VC 7.1.
authorTim Peters <tim.peters@gmail.com>
Sun, 8 Jan 2006 02:28:41 +0000 (02:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 8 Jan 2006 02:28:41 +0000 (02:28 +0000)
Python/ast.c

index 94fc9e8c6fc6cc262a82dbc5d32bdc453f455b4e..f1553663e930809a43adc53f687b8bdc7b6172f6 100644 (file)
@@ -2030,7 +2030,7 @@ alias_for_import_name(struct compiling *c, const node *n)
                 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;