Whitespace normalization.

This commit is contained in:
Tim Peters 2003-03-07 17:30:48 +00:00
parent bf7e241397
commit 669454e9dc
5 changed files with 44 additions and 44 deletions

View file

@ -142,7 +142,7 @@ class Transformer:
self.encoding = node[2]
node = node[1]
n = node[0]
if n == symbol.single_input:
return self.single_input(node[1:])
if n == symbol.file_input: