From bc5f3491fae84fbc6abf03ab4edcc93d1c1eb0a9 Mon Sep 17 00:00:00 2001 From: chris <> Date: Wed, 26 Oct 2005 22:56:05 +0000 Subject: [PATCH] Whitespace. --- config/pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/pthread.c b/config/pthread.c index a682e33..76a28e6 100644 --- a/config/pthread.c +++ b/config/pthread.c @@ -40,7 +40,7 @@ int main(void) { struct timespec deadline = {0}; if ((res = pthread_mutex_lock(&mtx)) != 0 || (res = pthread_create(&thr, NULL, worker_thread, NULL)) != 0) { - fprintf(stderr, "%s\n", strerror(res)); + fprintf(stderr, "%s\n", strerror(res)); return -1; }