summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-15 01:51:19 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-08-15 01:51:19 +0900
commitd053a570141d3f60eb458a233ca964cf5aca8430 (patch)
tree7702717db34f6d91fb5d7fd5b001d07ba021ec4d /vm_insnhelper.c
parentfbcd0652944568c43a6ae427960d909d62ce6a8d (diff)
* expand tabs. [ci skip]
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 1b985f4e8d..2d765e1e95 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -3146,7 +3146,7 @@ vm_defined(rb_execution_context_t *ec, rb_control_frame_t *reg_cfp, rb_num_t op_
}
case DEFINED_CONST:
klass = v;
- if (vm_get_ev_const(ec, klass, SYM2ID(obj), 1, 1)) {
+ if (vm_get_ev_const(ec, klass, SYM2ID(obj), 1, 1)) {
expr_type = DEFINED_CONST;
}
break;