diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-07-09 16:24:13 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-07-09 16:24:13 +0000 |
commit | 9a634a53f0d7135ef82e6888a89091db173c7f7f (patch) | |
tree | b424545f9ad05288f6d94048bea5fc48e90aeff0 /tests/tests.c | |
parent | 28de29088084e5f544b79760748ef28739b5c769 (diff) | |
download | dimension-9a634a53f0d7135ef82e6888a89091db173c7f7f.tar.xz |
Code formatting.
Diffstat (limited to 'tests/tests.c')
-rw-r--r-- | tests/tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.c b/tests/tests.c index cbf7ff8..3696216 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -267,8 +267,8 @@ dmnsn_progressbar_async(const char *str, const dmnsn_progress *progress) /* Create the worker thread */ if (pthread_create(&barprogress->thread, NULL, &dmnsn_progressbar_thread, - payload) - != 0) { + payload) != 0) + { dmnsn_error(DMNSN_SEVERITY_HIGH, "Couldn't start progress bar background thread."); } |