diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-10 00:49:16 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-10 00:49:16 +0000 |
commit | 38320caaf60833afff317960ed572aa52d8a2b1c (patch) | |
tree | 1570c4a04f62499531564592cea8bbc2f7319646 /range.c | |
parent | e3fa4ec1541a9725944b3f45bf4b47df087482ce (diff) | |
download | ruby-38320caaf60833afff317960ed572aa52d8a2b1c.tar.gz |
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
Diffstat (limited to 'range.c')
-rw-r--r-- | range.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |