Indentation

This commit is contained in:
feliam
2016-03-10 07:45:36 -03:00
parent 3038726a5b
commit 23b3f651f9
3 changed files with 6 additions and 5 deletions

View File

@ -206,6 +206,7 @@ class Uc(object):
except: # _uc might be pulled from under our feet
pass
# emulate from @begin, and stop when reaching address @until
def emu_start(self, begin, until, timeout=0, count=0):
status = _uc.uc_emu_start(self._uch, begin, until, timeout, count)