]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/truth-flags-3-s.tmpl
Some style fixes for tests
[xonotic/gmqcc.git] / tests / truth-flags-3-s.tmpl
index 1ebd56ba814da79cca7a05dcefb45a09e6feacfd..ec9808dfdb7ccb294f3958faf83bfb726151be07 100644 (file)
@@ -2,7 +2,7 @@ I: truth-flags-2.qc
 D: logic flags
 T: -execute
 C: -std=fteqcc -fshort-logic -ffalse-empty-strings
-M:                  ! & | i N
+M:                 ! & | i N
 M: 'str', 'str' -> 0 1 1 1 0
 M: 'str', ''    -> 0 0 1 1 0
 M: 'str', 0     -> 0 0 1 1 0