Fix tab/space confusion.
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Jun 2016 21:48:59 +0000 (22:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Jun 2016 21:48:59 +0000 (22:48 +0100)
cscript

diff --git a/cscript b/cscript
index db9cf8720c36f6e5d090200f6dccd0cc4e08faf5..2b9e81782c629846ec53274766c28732622df024 100644 (file)
--- a/cscript
+++ b/cscript
@@ -27,7 +27,7 @@ def make_doxygen(target):
 def test(target, test):
     if target.platform != 'windows':
         target.set('LC_ALL', 'C')
-       if test is None:
+        if test is None:
             target.command('run/tests')
         else:
             target.command('run/tests --run_test=%s' % test)