diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-09-25 13:42:05 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-09-25 13:42:05 +0000 |
commit | 7ef91e62e284436aff20f69f54e251331df900b9 (patch) | |
tree | 5df6f3050ae3643f1e29af864b57b7fe004a22ae /timev.h | |
parent | d7278b5b329d42c7bd12e4618d0dc0664242e6c4 (diff) | |
download | ruby-7ef91e62e284436aff20f69f54e251331df900b9.tar.gz |
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'timev.h')
-rw-r--r-- | timev.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,9 +42,9 @@ typedef unsigned LONG_LONG unsigned_time_t; /* strftime.c */ #ifdef RUBY_ENCODING_H VALUE rb_strftime_timespec(const char *format, size_t format_len, rb_encoding *enc, - const struct vtm *vtm, struct timespec *ts, int gmt); + const struct vtm *vtm, struct timespec *ts, int gmt); VALUE rb_strftime(const char *format, size_t format_len, rb_encoding *enc, - const struct vtm *vtm, VALUE timev, int gmt); + const struct vtm *vtm, VALUE timev, int gmt); #endif #endif |