From 08ed02b9705b7bce1b8d79da6455d59a31295212 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 01:22:33 +0200 Subject: Fix coding style --- sysdeps/mach/pt-thread-alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/pt-thread-alloc.c') 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 (); -- cgit v1.2.3