ruby-changes:46278
From: svn <ko1@a...>
Date: Tue, 18 Apr 2017 19:58:55 +0900 (JST)
Subject: [ruby-changes:46278] svn:r58391 (trunk): * remove trailing spaces.
svn 2017-04-18 19:58:50 +0900 (Tue, 18 Apr 2017) New Revision: 58391 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58391 Log: * remove trailing spaces. Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 58390) +++ vm_insnhelper.c (revision 58391) @@ -3021,7 +3021,7 @@ static VALUE https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L3021 vm_const_get_under(ID id, rb_num_t flags, VALUE cbase) { VALUE ns; - + if ((ns = vm_search_const_defined_class(cbase, id)) == 0) { return ns; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/