mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-30 19:52:17 +01:00
Whitespace fix.
This commit is contained in:
parent
075a21cc07
commit
15dbd8d9ff
@ -204,7 +204,7 @@ namespace SourceHook
|
||||
|
||||
g_BadReadCalled = false;
|
||||
|
||||
return true;
|
||||
return true;
|
||||
#elif SH_SYS == SH_SYS_WINAPI
|
||||
// On Win32, simply use IsBadReadPtr
|
||||
return !IsBadReadPtr(addr, len);
|
||||
|
Loading…
x
Reference in New Issue
Block a user