From 9f99cda1260d8113f225474b4440e5a05854b74a Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 2 Aug 1998 23:07:25 +0000 Subject: A style fix for my previous commit. --- lib/libpthread/thread/thr_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/thread/thr_mutex.c') diff --git a/lib/libpthread/thread/thr_mutex.c b/lib/libpthread/thread/thr_mutex.c index e765a6b..0461278 100644 --- a/lib/libpthread/thread/thr_mutex.c +++ b/lib/libpthread/thread/thr_mutex.c @@ -146,7 +146,7 @@ init_static (pthread_mutex_t *mutex) _SPINLOCK(&static_init_lock); - if ( *mutex == NULL ) + if (*mutex == NULL) ret = pthread_mutex_init(mutex, NULL); else ret = 0; -- cgit v1.1