Browse Source

cmake is picky about tabs

Nicolas Cannasse 6 years ago
parent
commit
4c202e5327
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/fmt/CMakeLists.txt

+ 1 - 1
libs/fmt/CMakeLists.txt

@@ -113,7 +113,7 @@ if(WIN32)
         ${INCLUDES_BASE_DIR}/vorbis/window.c
         fmt.c
         sha1.c
-		dxt.c
+        dxt.c
     )
 else()
     find_package(ZLIB REQUIRED)