Fix tab/whitespace error.
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Jun 2016 13:09:44 +0000 (14:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Jun 2016 13:09:44 +0000 (14:09 +0100)
cscript

diff --git a/cscript b/cscript
index d84ff9aaa768bae8675981e62bfe89393fb451c2..bb88d5527e9b27025437f6c3c94b20533092b528 100644 (file)
--- a/cscript
+++ b/cscript
@@ -30,7 +30,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)