mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +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:
|
||||
srcptr+=1
|
||||
continue
|
||||
if c==' ':
|
||||
if c==' ' or c==9:
|
||||
continue
|
||||
if in_comment==1 and c=='*' and line[srcptr]=='/' :
|
||||
srcptr+=1
|
||||
|
Loading…
Reference in New Issue
Block a user