From cad16dd586734ae2e05ebed9ce49261cedbc53be Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 7 Feb 2015 23:19:22 +0100 Subject: indent --- 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 bf3e843d15..3a57125269 100644 --- a/mach/setup-thread.c +++ b/mach/setup-thread.c @@ -93,11 +93,11 @@ __mach_setup_tls (thread_t thread) return error; assert (tssize == MACHINE_THREAD_STATE_COUNT); - tcb = _dl_allocate_tls(NULL); + tcb = _dl_allocate_tls (NULL); if (!tcb) return KERN_RESOURCE_SHORTAGE; - _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 v1.2.3