Mass reformat

This commit is contained in:
Imbus 2025-08-18 14:59:16 +02:00
parent 4d27def35e
commit df11e34235
27 changed files with 121 additions and 136 deletions

View file

@ -30,7 +30,7 @@
* Holds homogenous data. The underlying array will expand automatically.
*/
typedef struct {
void *data;
void *data;
size_t elem_size;
size_t length;
size_t capacity;