From 23e3c1704b344819fcea907a67aafd1e6be8a9df Mon Sep 17 00:00:00 2001 From: git Date: Wed, 12 Jun 2019 01:16:45 +0900 Subject: * expand tabs. --- cont.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index 0d091b9169..88f9b0682c 100644 --- a/cont.c +++ b/cont.c @@ -493,10 +493,10 @@ void rb_fiber_update_self(rb_fiber_t *fib) { if (fib->cont.self) { - fib->cont.self = rb_gc_location(fib->cont.self); + fib->cont.self = rb_gc_location(fib->cont.self); } else { - rb_execution_context_update(&fib->cont.saved_ec); + rb_execution_context_update(&fib->cont.saved_ec); } } @@ -504,7 +504,7 @@ void rb_fiber_mark_self(const rb_fiber_t *fib) { if (fib->cont.self) { - rb_gc_mark_no_pin(fib->cont.self); + rb_gc_mark_no_pin(fib->cont.self); } else { rb_execution_context_mark(&fib->cont.saved_ec); -- cgit v1.2.3