Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e93e64f

Browse files
committed
Repair bizarre indentation created by VC 7.1.
1 parent 5db42c4 commit e93e64f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@ alias_for_import_name(struct compiling *c, const node *n)
20302030
return alias(NEW_IDENTIFIER(CHILD(n, 0)), NULL, c->c_arena);
20312031
else {
20322032
/* Create a string of the form "a.b.c" */
2033-
int i;
2033+
int i;
20342034
size_t len;
20352035
char *s;
20362036

0 commit comments

Comments
 (0)