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

ruby-changes:53725

From: svn <ko1@a...>
Date: Sat, 24 Nov 2018 07:01:42 +0900 (JST)
Subject: [ruby-changes:53725] svn:r65941 (trunk): * expand tabs.

svn	2018-11-24 07:01:38 +0900 (Sat, 24 Nov 2018)

  New Revision: 65941

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

  Log:
    * expand tabs.

  Modified files:
    trunk/thread.c
Index: thread.c
===================================================================
--- thread.c	(revision 65940)
+++ thread.c	(revision 65941)
@@ -4123,7 +4123,7 @@ rb_wait_for_single_fd(int fd, int events https://github.com/ruby/ruby/blob/trunk/thread.c#L4123
     EC_POP_TAG();
     list_del(&wfd.wfd_node);
     if (state) {
-	EC_JUMP_TAG(wfd.th->ec, state);
+        EC_JUMP_TAG(wfd.th->ec, state);
     }
 
     if (result < 0) {

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

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