shithub: cstory

Download patch

ref: 696498a98f9ceafff5f50efff8d20a577e12c50b
parent: 441fe2faed467351ac042d05db4567072195bae8
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 09:47:17 EST 2020

Fix Travis file?

--- a/.travis.yml
+++ b/.travis.yml
@@ -130,7 +130,7 @@
     - make -j ${JOBS} FIX_BUGS=1 ${MAKE_BUILD_TYPE} WARNINGS=1 WARNINGS_ALL=1
     - cd ${CMAKE_BUILD_DIR}
 
-	# Windows build
+    # Windows build
     - |
       if [ "$TRAVIS_OS_NAME" = "linux" ]; then
         if [ "$CXX" = "g++" ]; then
--