From 9a634a53f0d7135ef82e6888a89091db173c7f7f Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 9 Jul 2009 16:24:13 +0000 Subject: Code formatting. --- tests/testsxx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/testsxx.cpp') 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(payload)) - != 0) { + reinterpret_cast(payload)) != 0) + { throw Dimension_Error("Couldn't create background thread."); } -- cgit v1.2.3