tweak indentation

This commit is contained in:
Sean Barrett 2020-07-13 02:20:37 -07:00
parent c5b527aa01
commit 802a1df278

View File

@ -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