misc changes to clang format spacing

This commit is contained in:
2025-01-28 14:49:19 -05:00
parent b6b246fb38
commit 62b36ec8bb
8 changed files with 533 additions and 532 deletions

View File

@@ -309,6 +309,7 @@ ArrayHeader* array_get_header(Array<Type> array) {
using NonConstType = TRemoveConst<Type>;
return rcast(ArrayHeader*, const_cast<NonConstType*>(Data)) - 1;
}
template<class Type> forceinline
bool array_grow(Array<Type>* array, usize min_capacity)
{