mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
mem: Remove trailing whitespace
This commit is contained in:
@@ -2327,7 +2327,7 @@ buddy_allocator_free_all :: proc(b: ^Buddy_Allocator) {
|
|||||||
head := ([^]byte)(b.head)
|
head := ([^]byte)(b.head)
|
||||||
tail := ([^]byte)(b.tail)
|
tail := ([^]byte)(b.tail)
|
||||||
data := head[:ptr_sub(tail, head)]
|
data := head[:ptr_sub(tail, head)]
|
||||||
buddy_allocator_init(b, data, alignment)
|
buddy_allocator_init(b, data, alignment)
|
||||||
}
|
}
|
||||||
|
|
||||||
buddy_allocator_proc :: proc(
|
buddy_allocator_proc :: proc(
|
||||||
|
|||||||
Reference in New Issue
Block a user