summaryrefslogtreecommitdiff
path: root/sysdeps/generic/pt-mutex-unlock.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 01:19:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 01:19:22 +0200
commit4b90d3f6146154638ffbe227da48e9af0dd2a803 (patch)
tree7e034f416b4b7e95a76b99418df21e64e795e22a /sysdeps/generic/pt-mutex-unlock.c
parentb1f57fa0cf5515263bebcefe1044995ebaf9a1f3 (diff)
Fix coding style
Diffstat (limited to 'sysdeps/generic/pt-mutex-unlock.c')
-rw-r--r--sysdeps/generic/pt-mutex-unlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/pt-mutex-unlock.c b/sysdeps/generic/pt-mutex-unlock.c
index 34bed33..08e74ca 100644
--- a/sysdeps/generic/pt-mutex-unlock.c
+++ b/sysdeps/generic/pt-mutex-unlock.c
@@ -36,7 +36,7 @@ __pthread_mutex_unlock (pthread_mutex_t *mutex)
__pthread_spin_lock (&mutex->__lock);
- if (! attr || attr->__mutex_type == PTHREAD_MUTEX_NORMAL)
+ if (!attr || attr->__mutex_type == PTHREAD_MUTEX_NORMAL)
{
#if defined(ALWAYS_TRACK_MUTEX_OWNER)
# ifndef NDEBUG