aboutsummaryrefslogtreecommitdiffstats
path: root/ext/date/date_core.c
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-14 21:39:25 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-14 21:39:25 +0000
commitb6de661b54b00e92f175afb52c022d4f608f60cc (patch)
treeb34889d94b9eb55e1a5fe5820ec98ff7e4b66d83 /ext/date/date_core.c
parent3e972bbaba4291ab0b22349a90d63cdcf035b5b3 (diff)
downloadruby-b6de661b54b00e92f175afb52c022d4f608f60cc.tar.gz
trivial changes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r--ext/date/date_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index 99f1c0de98..319c4c3df8 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -4207,7 +4207,7 @@ date_s__strptime_internal(int argc, VALUE *argv, VALUE klass,
* Parses the given representation of date and time with the given
* template, and returns a hash of parsed elements. _strptime does
* not support specification of flags and width unlike strftime.
- *
+ *
* For example:
*
* Date._strptime('2001-02-03', '%Y-%m-%d')