mirror of
https://github.com/python/cpython.git
synced 2025-07-17 00:05:20 +00:00
fix indentation
This commit is contained in:
parent
206cd1c284
commit
f63d615f8b
1 changed files with 1 additions and 1 deletions
|
@ -2283,7 +2283,7 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
|
||||||
|
|
||||||
loop:
|
loop:
|
||||||
switch (TYPE(n)) {
|
switch (TYPE(n)) {
|
||||||
case import_as_name: {
|
case import_as_name: {
|
||||||
node *name_node = CHILD(n, 0);
|
node *name_node = CHILD(n, 0);
|
||||||
str = NULL;
|
str = NULL;
|
||||||
name = NEW_IDENTIFIER(name_node);
|
name = NEW_IDENTIFIER(name_node);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue