summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-20 10:41:46 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-20 10:41:46 +0900
commit199310997f40e0989f218d109b56d2e592494791 (patch)
tree394eae7e2634244b3c27e1d542bfda46df0332e4 /thread.c
parentdbc2b89bc042d73e60aeb7d56686aa28d82e2622 (diff)
* remove trailing spaces.
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.c b/thread.c
index 6c4e6506e8..8953c270bb 100644
--- a/thread.c
+++ b/thread.c
@@ -598,7 +598,7 @@ thread_cleanup_func_before_exec(void *th_ptr)
th->status = THREAD_KILLED;
// The thread stack doesn't exist in the forked process:
th->ec->machine.stack_start = th->ec->machine.stack_end = NULL;
-
+
// The vm_stack is `alloca`ed on the thread stack, so it's gone too:
rb_ec_clear_vm_stack(th->ec);
}