summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 23:19:22 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-07 23:19:22 +0100
commitcad16dd586734ae2e05ebed9ce49261cedbc53be (patch)
tree56b90d3aa25def404eb7541209314c41588780d4 /mach
parentf70103817596a6baa3f848c99c44a3543632b517 (diff)
indent
Diffstat (limited to 'mach')
-rw-r--r--mach/setup-thread.c4
1 files changed, 2 insertions, 2 deletions
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);