From b86d99bcf4f588b4f07f94bd14f44d559072f384 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Jun 2016 14:09:44 +0100 Subject: [PATCH] Fix tab/whitespace error. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index d84ff9aa..bb88d552 100644 --- 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) -- 2.30.2