The code contains bad indent in some files, for example:
|
tif = ida_typeinf.tinfo_t() |
|
if tif.get_type_by_tid(self.struct_id) and tif.is_udt(): |
|
raw_txt = idc.GetLocalType(tif.get_ordinal(), idc.PRTYPE_1LINE) |
|
l_idx = raw_txt.find('{') |
|
r_idx = raw_txt.find('}') |
The code should be re-formatted
The code contains bad indent in some files, for example:
Classy/classy/database_entries.py
Lines 283 to 287 in 45c7e8c
The code should be re-formatted