ruby-changes:19456
From: tadf <ko1@a...>
Date: Mon, 9 May 2011 21:35:55 +0900 (JST)
Subject: [ruby-changes:19456] Ruby:r31496 (trunk): fixed indent.
tadf 2011-05-09 21:35:49 +0900 (Mon, 09 May 2011) New Revision: 31496 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31496 Log: fixed indent. Modified files: trunk/ext/date/date_parse.c Index: ext/date/date_parse.c =================================================================== --- ext/date/date_parse.c (revision 31495) +++ ext/date/date_parse.c (revision 31496) @@ -80,8 +80,8 @@ d = Qnil; } if (!NIL_P(d) && *RSTRING_PTR(d) == '\'') { - y = d; - d = Qnil; + y = d; + d = Qnil; } } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/