Explorar o código

tweak indentation

Sean Barrett %!s(int64=5) %!d(string=hai) anos
pai
achega
802a1df278
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      stb_image.h

+ 1 - 1
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