mirror of
https://github.com/python/cpython.git
synced 2024-12-30 20:24:53 +08:00
Repair bizarre indentation created by VC 7.1.
This commit is contained in:
parent
5db42c4c50
commit
e93e64fb1a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user