mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
range.c: indent [ci skip]
* 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:
parent
e3fa4ec154
commit
38320caaf6
1 changed files with 2 additions and 2 deletions
4
range.c
4
range.c
|
@ -1244,8 +1244,8 @@ range_loader(VALUE range, VALUE obj)
|
|||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue