ruby-changes:38612
From: ko1 <ko1@a...>
Date: Sun, 31 May 2015 05:00:34 +0900 (JST)
Subject: [ruby-changes:38612] ko1:r50693 (trunk): fix indent
ko1 2015-05-31 04:58:08 +0900 (Sun, 31 May 2015) New Revision: 50693 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50693 Log: fix indent Modified files: trunk/vm_method.c Index: vm_method.c =================================================================== --- vm_method.c (revision 50692) +++ vm_method.c (revision 50693) @@ -1351,12 +1351,12 @@ rb_alias(VALUE klass, ID name, ID def) https://github.com/ruby/ruby/blob/trunk/vm_method.c#L1351 rb_method_entry_t *new_orig_me; rb_method_definition_t *def; - if (RB_TYPE_P(defined_class, T_ICLASS)) { + if (RB_TYPE_P(defined_class, T_ICLASS)) { defined_class = real_owner = RBASIC_CLASS(defined_class); } else { real_owner = defined_class; - } + } /* make ne me */ new_orig_me = ALLOC(rb_method_entry_t); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/