1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

insns.def: adjust indent

* insns.def (getlocal, defined): adjust indent.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-01-08 05:57:42 +00:00
parent 69b716111f
commit a00b29a67f

View file

@ -714,8 +714,7 @@ defined
expr_type = DEFINED_GVAR; expr_type = DEFINED_GVAR;
} }
break; break;
case DEFINED_CVAR: case DEFINED_CVAR: {
{
NODE *cref = rb_vm_get_cref(GET_ISEQ(), GET_EP()); NODE *cref = rb_vm_get_cref(GET_ISEQ(), GET_EP());
klass = vm_get_cvar_base(cref, GET_CFP()); klass = vm_get_cvar_base(cref, GET_CFP());
if (rb_cvar_defined(klass, SYM2ID(obj))) { if (rb_cvar_defined(klass, SYM2ID(obj))) {