JANITORIAL: Remove trailing whitespaces
This commit is contained in:
parent
51f212d9dc
commit
a05e54f00c
665 changed files with 5896 additions and 5899 deletions
|
@ -12,7 +12,7 @@ def merge_ranges(*ranges):
|
|||
|
||||
def processtable(inputfilename, outfile, highrange, lowrange):
|
||||
with open(inputfilename) as f:
|
||||
res = dict(((x << 8) | y, 0) for x in highrange for y in lowrange)
|
||||
res = dict(((x << 8) | y, 0) for x in highrange for y in lowrange)
|
||||
|
||||
for line in f:
|
||||
if line.startswith('#'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue