Fix indentation

This commit is contained in:
Feoramund
2025-01-27 18:48:56 -05:00
parent 102fc3f058
commit 6d99d9571c

View File

@@ -12,8 +12,8 @@ heap_allocator :: proc() -> Allocator {
heap_allocator_proc :: proc(
allocator_data: rawptr,
mode: Allocator_Mode,
size, alignment: int,
old_memory: rawptr,
size, alignment: int,
old_memory: rawptr,
old_size: int,
loc := #caller_location,
) -> ([]byte, Allocator_Error) {