Fix indentation

This commit is contained in:
rtldg 2025-03-03 09:50:06 +00:00
parent d84bb8842c
commit daccb88340

View File

@ -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++)