mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_eval.c (rb_eval_cmd): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
839b4b5125
commit
4737e1d8c9
1 changed files with 1 additions and 1 deletions
|
@ -1201,7 +1201,7 @@ rb_eval_cmd(VALUE cmd, VALUE arg, int level)
|
|||
rb_set_safe_level_force(safe);
|
||||
|
||||
if (state)
|
||||
JUMP_TAG(state);
|
||||
JUMP_TAG(state);
|
||||
return val;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue