From 6dbe9dcae593cb5c1562fee34703938583618fd4 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 18 Mar 2018 00:06:19 +0100 Subject: hurd: Fix coding style --- mach/setup-thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mach') diff --git a/mach/setup-thread.c b/mach/setup-thread.c index 6716813825..79ec4320b3 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -52,7 +52,7 @@ __mach_setup_thread (task_t task, thread_t thread, void *pc, if (error) return error; - tcb = _dl_allocate_tls(NULL); + tcb = _dl_allocate_tls (NULL); if (tcb == NULL) return KERN_RESOURCE_SHORTAGE; @@ -87,7 +87,7 @@ __mach_setup_thread (task_t task, thread_t thread, void *pc, return error; assert (tssize == MACHINE_THREAD_STATE_COUNT); - _hurd_tls_new(thread, &ts, tcb); + _hurd_tls_new (thread, &ts, tcb); error = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR, (natural_t *) &ts, tssize); -- cgit 1.4.1