]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
s/\t/ /g
authorDale Weiler <killfieldengine@gmail.com>
Thu, 7 Jun 2012 14:20:54 +0000 (10:20 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 7 Jun 2012 14:20:54 +0000 (10:20 -0400)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index 6b5fddb31eff0b7a0e8ede5bbc6b5fe51ac9819d..27597f44e57ead514b892c17f9de6ccb5714e6f0 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -56,8 +56,8 @@
 #   if __STDC_VERSION__ < 199901L && __GNUC__ < 3
         typedef int  _Bool
 #   else
-               typedef _Bool bool;
-#      endif
+        typedef _Bool bool;
+#   endif
 #   endif /* !__cplusplus */
 
 /*