From cbe06cd3501fdadd0e6e63094da2973484d70b0b Mon Sep 17 00:00:00 2001 From: git Date: Wed, 19 Jun 2019 17:39:58 +0900 Subject: * remove trailing spaces, expand tabs. --- thread.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'thread.c') diff --git a/thread.c b/thread.c index df6ca01c9d..4eebfa18bb 100644 --- a/thread.c +++ b/thread.c @@ -702,15 +702,15 @@ thread_do_start(rb_thread_t *th) void rb_ec_clear_current_thread_trace_func(const rb_execution_context_t *ec); rb_control_frame_t * rb_vm_push_frame(rb_execution_context_t *sec, - const rb_iseq_t *iseq, - VALUE type, - VALUE self, - VALUE specval, - VALUE cref_or_me, - const VALUE *pc, - VALUE *sp, - int local_size, - int stack_max); + const rb_iseq_t *iseq, + VALUE type, + VALUE self, + VALUE specval, + VALUE cref_or_me, + const VALUE *pc, + VALUE *sp, + int local_size, + int stack_max); static int thread_start_func_2(rb_thread_t *th, VALUE *stack_start, VALUE *register_stack_start) @@ -817,7 +817,7 @@ thread_start_func_2(rb_thread_t *th, VALUE *stack_start, VALUE *register_stack_s rb_threadptr_unlock_all_locking_mutexes(th); rb_check_deadlock(th->vm); - rb_fiber_close(th->ec->fiber_ptr); + rb_fiber_close(th->ec->fiber_ptr); } thread_cleanup_func(th, FALSE); gvl_release(th->vm); -- cgit v1.2.3