ruby-changes:33117
From: nobu <ko1@a...>
Date: Thu, 27 Feb 2014 18:57:35 +0900 (JST)
Subject: [ruby-changes:33117] nobu:r45196 (trunk): adjust indent and style
nobu 2014-02-27 18:57:32 +0900 (Thu, 27 Feb 2014) New Revision: 45196 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45196 Log: adjust indent and style Modified files: trunk/class.c Index: class.c =================================================================== --- class.c (revision 45195) +++ class.c (revision 45196) @@ -879,7 +879,8 @@ include_modules_at(const VALUE klass, VA https://github.com/ruby/ruby/blob/trunk/class.c#L879 if (BUILTIN_TYPE(module) == T_ICLASS) { rb_module_add_to_subclasses_list(RBASIC(module)->klass, iclass); - } else { + } + else { rb_module_add_to_subclasses_list(module, iclass); } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/