mirror of
https://github.com/python/cpython.git
synced 2025-07-16 07:45: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:
|
||||
switch (TYPE(n)) {
|
||||
case import_as_name: {
|
||||
case import_as_name: {
|
||||
node *name_node = CHILD(n, 0);
|
||||
str = NULL;
|
||||
name = NEW_IDENTIFIER(name_node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue