JANITORIAL: Remove trailing whitespaces

This commit is contained in:
Orgad Shaneh 2021-05-04 11:45:03 +03:00
parent 51f212d9dc
commit a05e54f00c
665 changed files with 5896 additions and 5899 deletions

View file

@ -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('#'):