Skip to content

Commit a4675d9

Browse files
committed
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent e7db9df commit a4675d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm_insnhelper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,7 +2401,7 @@ vm_call_method(rb_execution_context_t *ec, rb_control_frame_t *cfp, struct rb_ca
24012401
if (ci->flag & VM_CALL_VCALL) stat |= MISSING_VCALL;
24022402

24032403
cc->aux.method_missing_reason = stat;
2404-
CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE);
2404+
CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE);
24052405
return vm_call_method_missing(ec, cfp, calling, ci, cc);
24062406
}
24072407
return vm_call_method_each_type(ec, cfp, calling, ci, cc);

0 commit comments

Comments
 (0)