mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Fix indentation
This commit is contained in:
@@ -292,7 +292,7 @@ rollback_stack_allocator_proc :: proc(allocator_data: rawptr, mode: Allocator_Mo
|
|||||||
}
|
}
|
||||||
|
|
||||||
case .Free:
|
case .Free:
|
||||||
err = rb_free(stack, old_memory)
|
err = rb_free(stack, old_memory)
|
||||||
|
|
||||||
case .Free_All:
|
case .Free_All:
|
||||||
rb_free_all(stack)
|
rb_free_all(stack)
|
||||||
|
|||||||
Reference in New Issue
Block a user