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

ruby-changes:54494

From: svn <ko1@a...>
Date: Fri, 4 Jan 2019 21:53:14 +0900 (JST)
Subject: [ruby-changes:54494] svn:r66709 (trunk): * expand tabs.

svn	2019-01-04 21:53:10 +0900 (Fri, 04 Jan 2019)

  New Revision: 66709

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

  Log:
    * expand tabs.

  Modified files:
    trunk/thread.c
Index: thread.c
===================================================================
--- thread.c	(revision 66708)
+++ thread.c	(revision 66709)
@@ -1436,7 +1436,7 @@ call_without_gvl(void *(*func)(void *), https://github.com/ruby/ruby/blob/trunk/thread.c#L1436
 	data2 = th;
     }
     else if (ubf && vm_living_thread_num(th->vm) == 1) {
-	ubf_th = rb_thread_start_unblock_thread();
+        ubf_th = rb_thread_start_unblock_thread();
     }
 
     BLOCKING_REGION(th, {
@@ -1449,7 +1449,7 @@ call_without_gvl(void *(*func)(void *), https://github.com/ruby/ruby/blob/trunk/thread.c#L1449
     }
 
     if (ubf_th != Qfalse) {
-	thread_value(rb_thread_kill(ubf_th));
+        thread_value(rb_thread_kill(ubf_th));
     }
 
     errno = saved_errno;

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

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