mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Modify implicit semicolon rules
This commit is contained in:
@@ -63,7 +63,6 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
|
||||
#else
|
||||
case gbAllocation_Alloc:
|
||||
// TODO(bill): Make sure this is aligned correctly
|
||||
// ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, align_formula_isize(size, alignment));
|
||||
ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, align_formula_isize(size, alignment));
|
||||
break;
|
||||
case gbAllocation_Free:
|
||||
|
||||
Reference in New Issue
Block a user