Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f63d615

Browse files
committed
fix indentation
1 parent 206cd1c commit f63d615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/ast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2283,7 +2283,7 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
22832283

22842284
loop:
22852285
switch (TYPE(n)) {
2286-
case import_as_name: {
2286+
case import_as_name: {
22872287
node *name_node = CHILD(n, 0);
22882288
str = NULL;
22892289
name = NEW_IDENTIFIER(name_node);

0 commit comments

Comments
 (0)