format code

This commit is contained in:
Maschell 2022-05-08 20:55:30 +02:00
parent 13f27137eb
commit 2e63108b5f

View File

@ -535,7 +535,7 @@ void MemoryMapping_CreateHeaps() {
#ifdef DEBUG #ifdef DEBUG
auto heap = auto heap =
#endif #endif
MEMCreateExpHeapEx(address, size, MEM_HEAP_FLAG_USE_LOCK); MEMCreateExpHeapEx(address, size, MEM_HEAP_FLAG_USE_LOCK);
#ifdef DEBUG #ifdef DEBUG
DEBUG_FUNCTION_LINE("Created heap @%08X, size %d KiB", heap, size / 1024); DEBUG_FUNCTION_LINE("Created heap @%08X, size %d KiB", heap, size / 1024);
#endif #endif