From e7898429a0c7c1007e0fabf5bec075fac1d84c31 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/raul@1962 a436a847-0d15-0410-975c-d299462d15a1 --- tests/wscript | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/wscript b/tests/wscript index 0822f16..3ea7563 100644 --- a/tests/wscript +++ b/tests/wscript @@ -2,16 +2,16 @@ def build(bld): tests = ''' - path_test - thread_test - queue_test - ringbuffer_test - midi_ringbuffer_test - atomic_test - list_test - time_test - quantize_test - smf_test + path_test + thread_test + queue_test + ringbuffer_test + midi_ringbuffer_test + atomic_test + list_test + time_test + quantize_test + smf_test table_test ''' for i in tests.split(): -- cgit v1.2.1