mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
fixed .lst files whitespace problem [LnmVolbo]
This commit is contained in:
parent
76b61002a9
commit
27138786f8
@ -28,7 +28,7 @@ def parse_file(srcfile):
|
|||||||
if c==13 and line[srcptr]==10:
|
if c==13 and line[srcptr]==10:
|
||||||
srcptr+=1
|
srcptr+=1
|
||||||
continue
|
continue
|
||||||
if c==' ':
|
if c==' ' or c==9:
|
||||||
continue
|
continue
|
||||||
if in_comment==1 and c=='*' and line[srcptr]=='/' :
|
if in_comment==1 and c=='*' and line[srcptr]=='/' :
|
||||||
srcptr+=1
|
srcptr+=1
|
||||||
|
Loading…
Reference in New Issue
Block a user