summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-19 20:40:49 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-19 20:40:49 +0900
commitab6d8d0b65d42cb872707b330d6172beb8579e8b (patch)
treeba40bf63312306c21fa1a7fe78639389540bf68a /cont.c
parent659eda7f83a1c27e887f96c2e1bee687d363a187 (diff)
Adjust indent
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 8337ddce99..0c8a68fe9a 100644
--- a/cont.c
+++ b/cont.c
@@ -1578,7 +1578,7 @@ rb_threadptr_root_fiber_release(rb_thread_t *th)
VM_ASSERT(th->ec->fiber_ptr->cont.type == FIBER_CONTEXT);
VM_ASSERT(th->ec->fiber_ptr->cont.self == 0);
- // th->ec->fiber_ptr->cont.saved_ec.vm_stack = NULL;
+ // th->ec->fiber_ptr->cont.saved_ec.vm_stack = NULL;
fiber_free(th->ec->fiber_ptr);
if (th->ec == ruby_current_execution_context_ptr) {