aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 21:32:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-12 21:32:36 +0000
commite74a83603ae93d8a726f6bab9f5a81f98a102948 (patch)
treeecc1b49edb9f511ddbc063ccd244ef66a172be04 /vm_insnhelper.c
parent2fd931e9c18fc5a92bdc9e23d94c3054a2ae9772 (diff)
downloadruby-e74a83603ae93d8a726f6bab9f5a81f98a102948.tar.gz
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
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 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;