mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
remove extra whitespace in extras/gfx.py
This commit is contained in:
parent
cc1add094f
commit
aade38c733
@ -58,7 +58,6 @@ def hex_dump(input, debug=True):
|
|||||||
for char in range(margin):
|
for char in range(margin):
|
||||||
output += ' '
|
output += ' '
|
||||||
|
|
||||||
#
|
|
||||||
for byte in range(bytes_per_line):
|
for byte in range(bytes_per_line):
|
||||||
output += hex(byte)[2:].zfill(2) + ' '
|
output += hex(byte)[2:].zfill(2) + ' '
|
||||||
output = output[:-1] # last space
|
output = output[:-1] # last space
|
||||||
|
Loading…
x
Reference in New Issue
Block a user