remove extra whitespace in extras/gfx.py

This commit is contained in:
Bryan Bishop 2013-06-25 23:01:52 -05:00
parent cc1add094f
commit aade38c733

View File

@ -58,7 +58,6 @@ def hex_dump(input, debug=True):
for char in range(margin):
output += ' '
#
for byte in range(bytes_per_line):
output += hex(byte)[2:].zfill(2) + ' '
output = output[:-1] # last space