diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 14:23:33 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-22 14:23:33 +0000 |
commit | a22b40afb40ecb02659a42c192055a6f78afffc8 (patch) | |
tree | 5b2e87ac380efcb2141c4fab97e86c25c7214799 /strftime.c | |
parent | 94fd9db802721da2d906518c964dcfff044aac52 (diff) | |
download | ruby-a22b40afb40ecb02659a42c192055a6f78afffc8.tar.gz ruby-a22b40afb40ecb02659a42c192055a6f78afffc8.tar.xz ruby-a22b40afb40ecb02659a42c192055a6f78afffc8.zip |
stripped trailing spaces.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'strftime.c')
-rw-r--r-- | strftime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strftime.c b/strftime.c index 38167fd38..b602173ea 100644 --- a/strftime.c +++ b/strftime.c @@ -465,7 +465,7 @@ rb_strftime(char *s, size_t maxsize, const char *format, const struct tm *timept /* * From: Chip Rosenthal <chip@chinacat.unicom.com> * Date: Sun, 19 Mar 1995 00:33:29 -0600 (CST) - * + * * Warning: the %z [code] is implemented by inspecting the * timezone name conditional compile settings, and * inferring a method to get timezone offsets. I've tried |