Skip to content

Commit 5b5e0f3

Browse files
committed
xrCore: fix codestyle
1 parent 138b803 commit 5b5e0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/xrMemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void xrMemory::mem_compact()
102102
g_pSharedMemoryContainer->clean();
103103

104104
#if defined(WINDOWS)
105-
if (strstr(Core.Params, "-swap_on_compact"))
105+
if (strstr(Core.Params, "-swap_on_compact"))
106106
SetProcessWorkingSetSize(GetCurrentProcess(), size_t(-1), size_t(-1));
107107
#endif
108108
}

0 commit comments

Comments
 (0)