From e74a83603ae93d8a726f6bab9f5a81f98a102948 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Dec 2015 21:32:36 +0000 Subject: vm_insnhelper.c: adjust indent [ci skip] * vm_insnhelper.c (vm_call_method_missing): remove spaces just before a tab to adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_insnhelper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm_insnhelper.c') diff --git a/vm_insnhelper.c b/vm_insnhelper.c index 2acf773b21..79397fb311 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -1954,7 +1954,7 @@ vm_call_method_missing(rb_thread_t *th, rb_control_frame_t *reg_cfp, struct rb_c cc_entry = *orig_cc; cc_entry.me = - rb_callable_method_entry_without_refinements(CLASS_OF(calling->recv), + rb_callable_method_entry_without_refinements(CLASS_OF(calling->recv), idMethodMissing); cc = &cc_entry; -- cgit v1.2.3