ruby-changes:40983
From: nobu <ko1@a...>
Date: Sun, 13 Dec 2015 06:35:50 +0900 (JST)
Subject: [ruby-changes:40983] nobu:r53062 (trunk): vm_insnhelper.c: adjust indent [ci skip]
nobu 2015-12-13 06:32:36 +0900 (Sun, 13 Dec 2015) New Revision: 53062 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53062 Log: vm_insnhelper.c: adjust indent [ci skip] * vm_insnhelper.c (vm_call_method_missing): remove spaces just before a tab to adjust indent. Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 53061) +++ vm_insnhelper.c (revision 53062) @@ -1954,7 +1954,7 @@ vm_call_method_missing(rb_thread_t *th, https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L1954 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; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/