From 5f3e5e6fc5f545b5e6b496334578a16a2acf01c8 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 2 Apr 2019 03:49:00 +0000 Subject: * expand tabs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/date/date_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/date/date_parse.c b/ext/date/date_parse.c index 3237fb7f63..76f63d8f76 100644 --- a/ext/date/date_parse.c +++ b/ext/date/date_parse.c @@ -2177,7 +2177,7 @@ date__parse(VALUE str, VALUE comp) #endif { - if (RTEST(del_hash("_bc"))) { + if (RTEST(del_hash("_bc"))) { VALUE y; y = ref_hash("cwyear"); @@ -2192,7 +2192,7 @@ date__parse(VALUE str, VALUE comp) } } - if (RTEST(del_hash("_comp"))) { + if (RTEST(del_hash("_comp"))) { VALUE y; y = ref_hash("cwyear"); -- cgit v1.2.3