summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-16 19:02:36 +0000
committerDavid Robillard <d@drobilla.net>2011-04-16 19:02:36 +0000
commitf6b51d6e7dcc4523cc039c63d5ad32ab413315b3 (patch)
tree479148f2ee39472fd904c1c1a79da15860b13bb1 /test
parent290877811de4220e03f70204846ae2741757fbe3 (diff)
downloadraul-f6b51d6e7dcc4523cc039c63d5ad32ab413315b3.tar.gz
raul-f6b51d6e7dcc4523cc039c63d5ad32ab413315b3.tar.bz2
raul-f6b51d6e7dcc4523cc039c63d5ad32ab413315b3.zip
Squeeze blank lines and delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3152 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r--test/thread_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/thread_test.cpp b/test/thread_test.cpp
index f8f50e4..03dbaa9 100644
--- a/test/thread_test.cpp
+++ b/test/thread_test.cpp
@@ -20,7 +20,7 @@ private:
Semaphore& _sem;
};
-
+
int
main()
{
@@ -28,7 +28,7 @@ main()
Thread& this_thread = Thread::get();
this_thread.set_name("Main");
-
+
Semaphore sem(0);
Waiter waiter(sem);
waiter.start();