mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix alignment.
This commit is contained in:
@@ -29,7 +29,7 @@ Tree :: struct($Key: typeid, $Value: typeid) {
|
|||||||
|
|
||||||
_root: ^Node(Key, Value),
|
_root: ^Node(Key, Value),
|
||||||
_node_allocator: runtime.Allocator,
|
_node_allocator: runtime.Allocator,
|
||||||
_cmp_fn: proc(Key, Key) -> Ordering,
|
_cmp_fn: proc(Key, Key) -> Ordering,
|
||||||
_size: int,
|
_size: int,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user