From 38320caaf60833afff317960ed572aa52d8a2b1c Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 10 Nov 2016 00:49:16 +0000 Subject: 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 --- range.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'range.c') diff --git a/range.c b/range.c index 27c6ddd1ee..84a2dcc679 100644 --- a/range.c +++ b/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); } -- cgit v1.2.3