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

ruby-changes:52669

From: svn <ko1@a...>
Date: Sat, 29 Sep 2018 15:47:40 +0900 (JST)
Subject: [ruby-changes:52669] svn:r64881 (trunk): * expand tabs.

svn	2018-09-29 15:47:34 +0900 (Sat, 29 Sep 2018)

  New Revision: 64881

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

  Log:
    * expand tabs.

  Modified files:
    trunk/transcode.c
Index: transcode.c
===================================================================
--- transcode.c	(revision 64880)
+++ transcode.c	(revision 64881)
@@ -3156,10 +3156,10 @@ econv_s_search_convpath(int argc, VALUE https://github.com/ruby/ruby/blob/trunk/transcode.c#L3156
     transcode_search_path(sname, dname, search_convpath_i, &convpath);
 
     if (NIL_P(convpath)) {
-	VALUE exc = rb_econv_open_exc(sname, dname, ecflags);
-	RB_GC_GUARD(snamev);
-	RB_GC_GUARD(dnamev);
-	rb_exc_raise(exc);
+        VALUE exc = rb_econv_open_exc(sname, dname, ecflags);
+        RB_GC_GUARD(snamev);
+        RB_GC_GUARD(dnamev);
+        rb_exc_raise(exc);
     }
 
     if (decorate_convpath(convpath, ecflags) == -1) {

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

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