From f6b51d6e7dcc4523cc039c63d5ad32ab413315b3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 19:02:36 +0000 Subject: Squeeze blank lines and delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3152 a436a847-0d15-0410-975c-d299462d15a1 --- test/thread_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/thread_test.cpp') 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(); -- cgit v1.2.1