Make trailing comma usage consistent

This commit is contained in:
gingerBill
2021-03-13 21:18:07 +00:00
parent 8123ff83a3
commit a60d22fefd
6 changed files with 25 additions and 26 deletions
+1 -1
View File
@@ -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) {