* range.c (range_alloc): adjust indent of comments.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-11-10 00:49:16 +00:00
Родитель e3fa4ec154
Коммит 38320caaf6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1244,8 +1244,8 @@ range_loader(VALUE range, VALUE obj)
static VALUE static VALUE
range_alloc(VALUE klass) range_alloc(VALUE klass)
{ {
/* rb_struct_alloc_noinit itself should not be used because /* rb_struct_alloc_noinit itself should not be used because
* rb_marshal_define_compat uses equality of allocation function */ * rb_marshal_define_compat uses equality of allocation function */
return rb_struct_alloc_noinit(klass); return rb_struct_alloc_noinit(klass);
} }