mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Make trailing comma usage consistent
This commit is contained in:
@@ -47,7 +47,7 @@ Raw_SOA_Footer_Slice :: struct {
|
||||
Raw_SOA_Footer_Dynamic_Array :: struct {
|
||||
len: int,
|
||||
cap: int,
|
||||
allocator: Allocator
|
||||
allocator: Allocator,
|
||||
}
|
||||
|
||||
raw_soa_footer_slice :: proc(array: ^$T/#soa[]$E) -> (footer: ^Raw_SOA_Footer_Slice) {
|
||||
|
||||
Reference in New Issue
Block a user