aboutsummaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-13 09:50:34 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-13 09:50:34 +0900
commitaec93417f04a1726ac4491dd33821a383e4bdb5c (patch)
treef469443bef2e4970a499b677ed7de0d4eb58cd05 /eval.c
parentac656bc2bda6c7879b4b2170b7c2386a08112689 (diff)
downloadruby-aec93417f04a1726ac4491dd33821a383e4bdb5c.tar.gz
* expand tabs.
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/eval.c b/eval.c
index 395da9e114..8799233e07 100644
--- a/eval.c
+++ b/eval.c
@@ -120,8 +120,8 @@ ruby_options(int argc, char **argv)
SAVE_ROOT_JMPBUF(GET_THREAD(), iseq = ruby_process_options(argc, argv));
}
else {
- rb_ec_clear_current_thread_trace_func(ec);
- state = error_handle(ec, state);
+ rb_ec_clear_current_thread_trace_func(ec);
+ state = error_handle(ec, state);
iseq = (void *)INT2FIX(state);
}
EC_POP_TAG();
@@ -133,7 +133,7 @@ rb_ec_teardown(rb_execution_context_t *ec)
{
EC_PUSH_TAG(ec);
if (EC_EXEC_TAG() == TAG_NONE) {
- rb_vm_trap_exit(rb_ec_vm_ptr(ec));
+ rb_vm_trap_exit(rb_ec_vm_ptr(ec));
}
EC_POP_TAG();
rb_ec_exec_end_proc(ec);
@@ -195,7 +195,7 @@ ruby_cleanup(volatile int ex)
rb_set_safe_level_force(0);
ruby_init_stack(&errs[STACK_UPPER(errs, 0, 1)]);
- SAVE_ROOT_JMPBUF(th, rb_ec_teardown(th->ec));
+ SAVE_ROOT_JMPBUF(th, rb_ec_teardown(th->ec));
step_1: step++;
/* protect from Thread#raise */