diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-09 12:35:49 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-09 12:35:49 +0000 |
commit | c980b87d070d8fc5b87b415e83fab6502fcab3d4 (patch) | |
tree | 998ed8acb498dd677f062f5381d72f50bc2761ab | |
parent | c1f80caa54ab992f27cee6ad7cc72caa7c966fb7 (diff) |
fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/date/date_parse.c | 4 |
1 files 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; } } |