whitespace normalisation

This commit is contained in:
Anthony Baxter 2006-03-30 12:59:11 +00:00
parent ecdc0a9f46
commit 4ef3a23a35
6 changed files with 23 additions and 24 deletions

View file

@ -181,7 +181,7 @@ def __cmp__(self, other):
(6,8): ('e', (6,0)),
# MethodNumber(2)
(7,0): ('e', (0,0)),
(7,0): ('e', (0,0)),
(7,1): ('e', (0,1)),
(7,2): ('e', (0,2)),
(7,3): ('e', (0,3)),
@ -192,7 +192,7 @@ def __cmp__(self, other):
(7,8): ('e', (0,8)),
# CoerceNumber(2)
(8,0): ('e', (0,0)),
(8,0): ('e', (0,0)),
(8,1): ('e', (0,1)),
(8,2): ('e', (0,2)),
(8,3): ('e', (0,3)),
@ -223,8 +223,8 @@ def process_infix_results():
res[i][6] = res[i][6][1]
infix_results[key] = res
process_infix_results()
# now infix_results has two lists of results for every pairing.