Repair bizarre indentation created by VC 7.1.

This commit is contained in:
Tim Peters 2006-01-08 02:28:41 +00:00
parent 5db42c4c50
commit e93e64fb1a

View 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;