summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/uthread/uthread_mutex.c2
-rw-r--r--lib/libkse/thread/thr_mutex.c2
-rw-r--r--lib/libpthread/thread/thr_mutex.c2
3 files changed, 3 insertions, 3 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;
diff --git a/lib/libkse/thread/thr_mutex.c b/lib/libkse/thread/thr_mutex.c
index e765a6b..0461278 100644
--- a/lib/libkse/thread/thr_mutex.c
+++ b/lib/libkse/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;
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;
OpenPOWER on IntegriCloud