format code

This commit is contained in:
Maschell 2022-05-08 20:55:30 +02:00
parent 13f27137eb
commit 2e63108b5f
1 changed files with 1 additions and 1 deletions

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