mirror of
https://github.com/cemu-project/idapython.git
synced 2025-06-15 12:58:35 +02:00
idc.py: Whitespace and indentation fixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user