summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_mutex.c
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1998-08-02 23:07:25 +0000
committeralex <alex@FreeBSD.org>1998-08-02 23:07:25 +0000
commit9f99cda1260d8113f225474b4440e5a05854b74a (patch)
treecff09538e386a8ccec224362ba52e3f45648ebf3 /lib/libc_r/uthread/uthread_mutex.c
parent62b257a6d9e03368ec089c15ae33dd7e2e173ba5 (diff)
downloadFreeBSD-src-9f99cda1260d8113f225474b4440e5a05854b74a.zip
FreeBSD-src-9f99cda1260d8113f225474b4440e5a05854b74a.tar.gz
A style fix for my previous commit.
Diffstat (limited to 'lib/libc_r/uthread/uthread_mutex.c')
-rw-r--r--lib/libc_r/uthread/uthread_mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/uthread/uthread_mutex.c b/lib/libc_r/uthread/uthread_mutex.c
index e765a6b..0461278 100644
--- a/lib/libc_r/uthread/uthread_mutex.c
+++ b/lib/libc_r/uthread/uthread_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;
OpenPOWER on IntegriCloud