summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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();