From 579ace225f2fda79f98e72bc25dfe2b43434bbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Vennstr=C3=B6m?= <6706447+avennstrom@users.noreply.github.com> Date: Tue, 11 May 2021 22:56:27 +0200 Subject: [PATCH] fix indentation --- stb_ds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_ds.h b/stb_ds.h index bb57fc9..dd2a03f 100644 --- a/stb_ds.h +++ b/stb_ds.h @@ -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)); } //