Commit e72cfae9 authored by Eli Bendersky's avatar Eli Bendersky

Normalize whitespace

parent af4842af
......@@ -399,7 +399,7 @@ def parse(file):
parser = ASDLParser()
with open(file) as f:
buf = f.read()
buf = f.read()
tokens = scanner.tokenize(buf)
try:
return parser.parse(tokens)
......
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