mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
idc.py: Whitespace and indentation fixes
This commit is contained in:
parent
cb57938dcc
commit
c21a932cec
@ -6213,6 +6213,7 @@ PT_PAK4 = 0x0030 # #pragma pack(4)
|
||||
PT_PAK8 = 0x0040 # #pragma pack(8)
|
||||
PT_PAK16 = 0x0050 # #pragma pack(16)
|
||||
|
||||
|
||||
def GetMaxLocalType():
|
||||
"""
|
||||
Get number of local types + 1
|
||||
@ -6236,6 +6237,7 @@ def SetLocalType(ordinal, input, flags):
|
||||
"""
|
||||
return idaapi.idc_set_local_type(ordinal, input, flags)
|
||||
|
||||
|
||||
def GetLocalType(ordinal, flags):
|
||||
"""
|
||||
Retrieve a local type declaration
|
||||
|
Loading…
Reference in New Issue
Block a user