From 802a1df278c7aa379b2b93989bcf89d0cb73cac6 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 13 Jul 2020 02:20:37 -0700 Subject: [PATCH] tweak indentation --- stb_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_image.h b/stb_image.h index 2857f05..4a31807 100644 --- a/stb_image.h +++ b/stb_image.h @@ -580,7 +580,7 @@ STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const ch #define STBI_THREAD_LOCAL __thread #elif defined(_MSC_VER) #define STBI_THREAD_LOCAL __declspec(thread) -#endif + #endif #endif #ifdef _MSC_VER