From 5a77646bf70c5fdfc39210035a7c3c3de43e89ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Jun 2016 22:48:59 +0100 Subject: Fix tab/space confusion. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index db9cf87..2b9e817 100644 --- 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) -- cgit v1.2.3