From c980b87d070d8fc5b87b415e83fab6502fcab3d4 Mon Sep 17 00:00:00 2001 From: tadf Date: Mon, 9 May 2011 12:35:49 +0000 Subject: fixed indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/date/date_parse.c b/ext/date/date_parse.c index 74730c6c80..2d206385bd 100644 --- a/ext/date/date_parse.c +++ b/ext/date/date_parse.c @@ -80,8 +80,8 @@ s3e(VALUE hash, VALUE y, VALUE m, VALUE d, int bc) d = Qnil; } if (!NIL_P(d) && *RSTRING_PTR(d) == '\'') { - y = d; - d = Qnil; + y = d; + d = Qnil; } } -- cgit v1.2.3