[前][次][番号順一覧][スレッド一覧]

ruby-changes:52621

From: svn <ko1@a...>
Date: Tue, 25 Sep 2018 22:42:12 +0900 (JST)
Subject: [ruby-changes:52621] svn:r64834 (trunk): * expand tabs.

svn	2018-09-25 22:42:05 +0900 (Tue, 25 Sep 2018)

  New Revision: 64834

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64834

  Log:
    * expand tabs.

  Modified files:
    trunk/timev.h
Index: timev.h
===================================================================
--- timev.h	(revision 64833)
+++ timev.h	(revision 64834)
@@ -42,9 +42,9 @@ typedef unsigned LONG_LONG unsigned_time https://github.com/ruby/ruby/blob/trunk/timev.h#L42
 /* 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]