aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/mpthreadport.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/mpthreadport.c')
-rw-r--r--ports/unix/mpthreadport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/mpthreadport.c b/ports/unix/mpthreadport.c
index 9c696f47f..330cc1341 100644
--- a/ports/unix/mpthreadport.c
+++ b/ports/unix/mpthreadport.c
@@ -85,7 +85,7 @@ STATIC void mp_thread_gc(int signo, siginfo_t *info, void *context) {
void **ptrs = (void **)(void *)MP_STATE_THREAD(pystack_start);
gc_collect_root(ptrs, (MP_STATE_THREAD(pystack_cur) - MP_STATE_THREAD(pystack_start)) / sizeof(void *));
#endif
- #if defined (__APPLE__)
+ #if defined(__APPLE__)
sem_post(thread_signal_done_p);
#else
sem_post(&thread_signal_done);