Whitespace

parent 59367a6c
......@@ -12,7 +12,7 @@ if len(sys.argv) != 2:
class sym:
def __init__(self, bigval, bigvall, chr = 0, esc = None):
self.vall = bigvall % 8 if bigvall % 8 else 8
self.vall = bigvall % 8 if bigvall % 8 else 8
self.val = bigval & ((1 << self.vall) - 1)
self.pfx = (bigval >> self.vall)# & 0xff
self.chr = chr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment