Commit e93e64fb authored by Tim Peters's avatar Tim Peters

Repair bizarre indentation created by VC 7.1.

parent 5db42c4c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment