mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Fix indentation
This commit is contained in:
parent
d84bb8842c
commit
daccb88340
@ -315,10 +315,10 @@ bool UpdateRegisterArgumentSizes(CHook* pDetour, HookSetup *setup)
|
||||
int argTypesOffset = 0;
|
||||
|
||||
#ifdef DYNAMICHOOKS_x86_64
|
||||
if (setup->callConv == CallConv_THISCALL) {
|
||||
argTypesOffset = 1;
|
||||
--numArgs;
|
||||
}
|
||||
if (setup->callConv == CallConv_THISCALL) {
|
||||
argTypesOffset = 1;
|
||||
--numArgs;
|
||||
}
|
||||
#endif
|
||||
|
||||
for (int i = 0; i < numArgs; i++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user