format code

This commit is contained in:
Maschell 2022-05-08 20:55:30 +02:00
parent fbb953f94d
commit 2e6fc65331

View File

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