mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
fix space and tab mixing (nw)
This commit is contained in:
parent
ef1f42397a
commit
0d35e225af
@ -42,13 +42,13 @@ try:
|
||||
dst.write('0x%02x' % ord(b))
|
||||
offs = offs + 1
|
||||
if offs != bytes:
|
||||
dst.write(',')
|
||||
dst.write(',')
|
||||
else:
|
||||
break
|
||||
if offs != bytes:
|
||||
dst.write('\n\t')
|
||||
if terminate == 1:
|
||||
dst.write(',0x00')
|
||||
dst.write(',0x00')
|
||||
dst.write('\n};\n')
|
||||
dst.close()
|
||||
except IOError:
|
||||
|
Loading…
Reference in New Issue
Block a user