1
0
Fork 0
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:
nobu 2011-09-29 11:06:42 +00:00
parent 839b4b5125
commit 4737e1d8c9

View file

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