diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 01:22:33 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-03-28 01:22:33 +0200 |
commit | 08ed02b9705b7bce1b8d79da6455d59a31295212 (patch) | |
tree | ddfe8ff69ff49e1baa0052885dad5a2c6404fdcf /sysdeps/mach/pt-wakeup.c | |
parent | fd8d37ff6b01db3985ac67a6c43bb81f5f7b2aca (diff) |
Fix coding style
Diffstat (limited to 'sysdeps/mach/pt-wakeup.c')
-rw-r--r-- | sysdeps/mach/pt-wakeup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/pt-wakeup.c b/sysdeps/mach/pt-wakeup.c index 71f6efa..1e5488f 100644 --- a/sysdeps/mach/pt-wakeup.c +++ b/sysdeps/mach/pt-wakeup.c @@ -32,6 +32,6 @@ __pthread_wakeup (struct __pthread *thread) err = __mach_msg (&thread->wakeupmsg, MACH_SEND_MSG | MACH_SEND_TIMEOUT, sizeof (thread->wakeupmsg), 0, MACH_PORT_NULL, - 0 , MACH_PORT_NULL); + 0, MACH_PORT_NULL); assert_perror (err); } |