aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 17:39:58 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 17:39:58 +0900
commitcbe06cd3501fdadd0e6e63094da2973484d70b0b (patch)
treec60145af2da083c84ff6ea10299b978174813809 /thread.c
parent3e5b885cd271e42ba4cb39dc8e612714f88ec889 (diff)
downloadruby-cbe06cd3501fdadd0e6e63094da2973484d70b0b.tar.gz
* remove trailing spaces, expand tabs.
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c20
1 files changed, 10 insertions, 10 deletions
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);