* expand tabs.

This commit is contained in:
git 2019-08-13 09:50:34 +09:00
parent ac656bc2bd
commit aec93417f0
3 changed files with 6 additions and 6 deletions

View file

@ -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;