Mass reformat
This commit is contained in:
parent
4d27def35e
commit
df11e34235
27 changed files with 121 additions and 136 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue