aboutsummaryrefslogtreecommitdiffstats
path: root/eval_jump.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_jump.c
parentac656bc2bda6c7879b4b2170b7c2386a08112689 (diff)
downloadruby-aec93417f04a1726ac4491dd33821a383e4bdb5c.tar.gz
* expand tabs.
Diffstat (limited to 'eval_jump.c')
-rw-r--r--eval_jump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_jump.c b/eval_jump.c
index 8b1275b381..b010f44638 100644
--- a/eval_jump.c
+++ b/eval_jump.c
@@ -121,7 +121,7 @@ rb_ec_exec_end_proc(rb_execution_context_t * ec)
}
else {
EC_TMPPOP_TAG();
- error_handle(ec, state);
+ error_handle(ec, state);
if (!NIL_P(ec->errinfo)) errinfo = ec->errinfo;
EC_REPUSH_TAG();
goto again;