aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_parse.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-09 12:35:49 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-09 12:35:49 +0000
commitc980b87d070d8fc5b87b415e83fab6502fcab3d4 (patch)
tree998ed8acb498dd677f062f5381d72f50bc2761ab /ext/date/date_parse.c
parentc1f80caa54ab992f27cee6ad7cc72caa7c966fb7 (diff)
downloadruby-c980b87d070d8fc5b87b415e83fab6502fcab3d4.tar.gz
fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/date_parse.c')
-rw-r--r--ext/date/date_parse.c4
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;
}
}