whitespace
This commit is contained in:
parent
53286c0970
commit
250c01d40a
|
@ -295,7 +295,7 @@ class SourceProcessor:
|
|||
self.lines = []
|
||||
|
||||
for line in fileinput.input( filename ):
|
||||
# strip trailing newlines, important on Windows machines !!
|
||||
# strip trailing newlines, important on Windows machines!
|
||||
if line[-1] == '\012':
|
||||
line = line[0:-1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue