Skip to content

Commit 98a57cf

Browse files
committed
bugfix: faulty indentation
1 parent 7f3288e commit 98a57cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def Read(section_byte, offset, kind):
153153
# we have read the lasy byte of the operand
154154
break
155155

156-
return_list = LEB128SignedDecode(operand)
157-
operand = []
156+
return_list = LEB128SignedDecode(operand)
157+
operand = []
158158

159159
return return_list, offset, read_bytes
160160

0 commit comments

Comments
 (0)