Commit 5ddfe41e authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent a5fa2a8a
...@@ -128,7 +128,7 @@ if __name__=='__main__' and sys.argv[1:] == ['-g']: ...@@ -128,7 +128,7 @@ if __name__=='__main__' and sys.argv[1:] == ['-g']:
raise SystemExit raise SystemExit
def test_order(ast_node, parent_pos): def test_order(ast_node, parent_pos):
if not isinstance(ast_node, _ast.AST) or ast_node._fields == None: if not isinstance(ast_node, _ast.AST) or ast_node._fields == None:
return return
if isinstance(ast_node, (_ast.expr, _ast.stmt)): if isinstance(ast_node, (_ast.expr, _ast.stmt)):
......
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