From f4a2170ec27ca623d127353d5b19212a35fe9d70 Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 8 Nov 2018 05:01:30 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index 5d74609a50..1b2b47d67b 100644 --- a/thread.c +++ b/thread.c @@ -667,7 +667,7 @@ thread_do_start(rb_thread_t *th) GetProcPtr(procval, proc); th->ec->errinfo = Qnil; - th->ec->root_lep = rb_vm_proc_local_ep(procval); + th->ec->root_lep = rb_vm_proc_local_ep(procval); th->ec->root_svar = Qfalse; EXEC_EVENT_HOOK(th->ec, RUBY_EVENT_THREAD_BEGIN, th->self, 0, 0, 0, Qundef); @@ -689,7 +689,7 @@ thread_do_start(rb_thread_t *th) EXEC_EVENT_HOOK(th->ec, RUBY_EVENT_THREAD_END, th->self, 0, 0, 0, Qundef); } else { - th->value = (*th->invoke_arg.func.func)(th->invoke_arg.func.arg); + th->value = (*th->invoke_arg.func.func)(th->invoke_arg.func.arg); } } @@ -721,7 +721,7 @@ thread_start_func_2(rb_thread_t *th, VALUE *stack_start, VALUE *register_stack_s EC_PUSH_TAG(th->ec); if ((state = EC_EXEC_TAG()) == TAG_NONE) { - SAVE_ROOT_JMPBUF(th, thread_do_start(th)); + SAVE_ROOT_JMPBUF(th, thread_do_start(th)); } else { errinfo = th->ec->errinfo; -- cgit v1.2.3