ruby-changes:44610
From: nobu <ko1@a...>
Date: Thu, 10 Nov 2016 09:49:22 +0900 (JST)
Subject: [ruby-changes:44610] nobu:r56683 (trunk): range.c: indent [ci skip]
nobu 2016-11-10 09:49:16 +0900 (Thu, 10 Nov 2016) New Revision: 56683 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56683 Log: range.c: indent [ci skip] * range.c (range_alloc): adjust indent of comments. Modified files: trunk/range.c Index: range.c =================================================================== --- range.c (revision 56682) +++ range.c (revision 56683) @@ -1244,8 +1244,8 @@ range_loader(VALUE range, VALUE obj) https://github.com/ruby/ruby/blob/trunk/range.c#L1244 static VALUE range_alloc(VALUE klass) { - /* rb_struct_alloc_noinit itself should not be used because - * rb_marshal_define_compat uses equality of allocation function */ + /* rb_struct_alloc_noinit itself should not be used because + * rb_marshal_define_compat uses equality of allocation function */ return rb_struct_alloc_noinit(klass); } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/