diff options
author | David Robillard <d@drobilla.net> | 2009-05-04 22:09:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-04 22:09:48 +0000 |
commit | e7898429a0c7c1007e0fabf5bec075fac1d84c31 (patch) | |
tree | 0aa3d7494a5d6c03267c5801b5cabb03a93df93c /tests/wscript | |
parent | 6b990410ef9cbac438ff1c0b4f91da1157c6530b (diff) | |
download | raul-e7898429a0c7c1007e0fabf5bec075fac1d84c31.tar.gz raul-e7898429a0c7c1007e0fabf5bec075fac1d84c31.tar.bz2 raul-e7898429a0c7c1007e0fabf5bec075fac1d84c31.zip |
Strip trailing whitespace from waf scripts.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1962 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/wscript')
-rw-r--r-- | tests/wscript | 20 |
1 files changed, 10 insertions, 10 deletions
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(): |