summaryrefslogtreecommitdiff
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index 2469d5ea4e..1c3e4d9d76 100644
--- a/vm.c
+++ b/vm.c
@@ -1271,7 +1271,7 @@ rb_iseq_eval(VALUE iseqval)
val = vm_exec(th);
tmp = iseqval; /* prohibit tail call optimization */
return val;
- }
+}
VALUE
rb_iseq_eval_main(VALUE iseqval)
@@ -1497,7 +1497,7 @@ thread_free(void *ptr)
if (ptr) {
th = ptr;
-
+
if (!th->root_fiber) {
RUBY_FREE_UNLESS_NULL(th->stack);
}