From c27e23f2e8698b2eccf68eb13b87c3641caa4edb Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 28 Jul 2007 16:49:20 -0700 Subject: style: Check/Fix whitespace on SCons files --HG-- extra : convert_revision : 46e6b2dd8e1984cbab0ea24c94760794734c0f95 --- tests/SConscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 24e2cad7f..472fa3f4c 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -173,7 +173,7 @@ def test_builder(env, ref_dir): '-o', cmd_stdout, '-e', cmd_stderr, base_cmd] else: cmd = [base_cmd, '>', cmd_stdout, '2>', cmd_stderr] - + env.Command([tgt('stdout'), tgt('stderr'), new_stats], [env.M5Binary, 'run.py'], ' '.join(cmd)) @@ -202,7 +202,7 @@ if env['FULL_SYSTEM']: 'tsunami-simple-timing', 'tsunami-simple-atomic-dual', 'tsunami-simple-timing-dual', - 'twosys-tsunami-simple-atomic'] + 'twosys-tsunami-simple-atomic'] if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', 't1000-simple-timing'] -- cgit v1.2.3