From 199310997f40e0989f218d109b56d2e592494791 Mon Sep 17 00:00:00 2001 From: git Date: Thu, 20 Jun 2019 10:41:46 +0900 Subject: * remove trailing spaces. --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3