ruby-changes:29617
From: nobu <ko1@a...>
Date: Thu, 27 Jun 2013 16:52:06 +0900 (JST)
Subject: [ruby-changes:29617] nobu:r41669 (trunk): enumerator.c: adjust indent
nobu 2013-06-27 16:51:55 +0900 (Thu, 27 Jun 2013) New Revision: 41669 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41669 Log: enumerator.c: adjust indent * enumerator.c (rb_enumeratorize_with_size): adjust indent. Modified files: trunk/enumerator.c Index: enumerator.c =================================================================== --- enumerator.c (revision 41668) +++ enumerator.c (revision 41669) @@ -413,7 +413,7 @@ rb_enumeratorize_with_size(VALUE obj, VA https://github.com/ruby/ruby/blob/trunk/enumerator.c#L413 return lazy_to_enum_i(obj, meth, argc, argv, size_fn); else return enumerator_init(enumerator_allocate(rb_cEnumerator), - obj, meth, argc, argv, size_fn, Qnil); + obj, meth, argc, argv, size_fn, Qnil); } static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/