Commit f63d615f authored by Benjamin Peterson's avatar Benjamin Peterson

fix indentation

parent 206cd1c2
......@@ -2283,7 +2283,7 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
loop:
switch (TYPE(n)) {
case import_as_name: {
case import_as_name: {
node *name_node = CHILD(n, 0);
str = NULL;
name = NEW_IDENTIFIER(name_node);
......
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