summaryrefslogtreecommitdiffstats
path: root/tests/testsxx.cpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-07-09 16:24:13 +0000
committerTavian Barnes <tavianator@gmail.com>2009-07-09 16:24:13 +0000
commit9a634a53f0d7135ef82e6888a89091db173c7f7f (patch)
treeb424545f9ad05288f6d94048bea5fc48e90aeff0 /tests/testsxx.cpp
parent28de29088084e5f544b79760748ef28739b5c769 (diff)
downloaddimension-9a634a53f0d7135ef82e6888a89091db173c7f7f.tar.xz
Code formatting.
Diffstat (limited to 'tests/testsxx.cpp')
-rw-r--r--tests/testsxx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsxx.cpp b/tests/testsxx.cpp
index 908d0f8..aaeb546 100644
--- a/tests/testsxx.cpp
+++ b/tests/testsxx.cpp
@@ -116,8 +116,8 @@ namespace Dimension
/* Create the worker thread */
if (pthread_create(&barprogress->thread, NULL, &progressbar_thread,
- reinterpret_cast<void*>(payload))
- != 0) {
+ reinterpret_cast<void*>(payload)) != 0)
+ {
throw Dimension_Error("Couldn't create background thread.");
}