From 9649cad0322e756d536ac8798cabcb60548ded96 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 May 2009 22:09:48 +0000 Subject: Strip trailing whitespace from waf scripts. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1962 a436a847-0d15-0410-975c-d299462d15a1 --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 93e7def..11f5b33 100644 --- a/test/wscript +++ b/test/wscript @@ -2,7 +2,7 @@ def build(bld): tests = ''' - slv2_test + slv2_test ''' if bld.env['BUILD_TESTS']: for i in tests.split(): -- cgit v1.2.1