fix indentation

This commit is contained in:
Andreas Vennström 2021-05-11 22:56:27 +02:00
parent fcd86e8f57
commit 579ace225f
1 changed files with 1 additions and 1 deletions

View File

@ -793,7 +793,7 @@ void *stbds_arrgrowf(void *a, size_t elemsize, size_t addlen, size_t min_cap)
void stbds_arrfreef(void *a)
{
STBDS_FREE(NULL, stbds_header(a));
STBDS_FREE(NULL, stbds_header(a));
}
//