mirror of
https://github.com/wiiu-env/MemoryMappingModule.git
synced 2024-11-21 17:29:21 +01:00
format code
This commit is contained in:
parent
13f27137eb
commit
2e63108b5f
@ -535,7 +535,7 @@ void MemoryMapping_CreateHeaps() {
|
||||
#ifdef DEBUG
|
||||
auto heap =
|
||||
#endif
|
||||
MEMCreateExpHeapEx(address, size, MEM_HEAP_FLAG_USE_LOCK);
|
||||
MEMCreateExpHeapEx(address, size, MEM_HEAP_FLAG_USE_LOCK);
|
||||
#ifdef DEBUG
|
||||
DEBUG_FUNCTION_LINE("Created heap @%08X, size %d KiB", heap, size / 1024);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user