summaryrefslogtreecommitdiff
path: root/sysdeps/mach/pt-thread-alloc.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 01:22:33 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-28 01:22:33 +0200
commit08ed02b9705b7bce1b8d79da6455d59a31295212 (patch)
treeddfe8ff69ff49e1baa0052885dad5a2c6404fdcf /sysdeps/mach/pt-thread-alloc.c
parentfd8d37ff6b01db3985ac67a6c43bb81f5f7b2aca (diff)
Fix coding style
Diffstat (limited to 'sysdeps/mach/pt-thread-alloc.c')
-rw-r--r--sysdeps/mach/pt-thread-alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/pt-thread-alloc.c b/sysdeps/mach/pt-thread-alloc.c
index 257d5d2..3c763ef 100644
--- a/sysdeps/mach/pt-thread-alloc.c
+++ b/sysdeps/mach/pt-thread-alloc.c
@@ -73,7 +73,7 @@ __pthread_thread_alloc (struct __pthread *thread)
if (err)
return err;
- if (! do_create)
+ if (!do_create)
{
assert (__pthread_total == 0);
thread->kernel_thread = __mach_thread_self ();