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

ruby-changes:56154

From: git <ko1@a...>
Date: Wed, 19 Jun 2019 20:33:37 +0900 (JST)
Subject: [ruby-changes:56154] git: 659eda7f83 (trunk): * expand tabs.

https://git.ruby-lang.org/ruby.git/commit/?id=659eda7f83

From 659eda7f83a1c27e887f96c2e1bee687d363a187 Mon Sep 17 00:00:00 2001
From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
Date: Wed, 19 Jun 2019 20:33:24 +0900
Subject: * expand tabs.


diff --git a/thread_pthread.c b/thread_pthread.c
index 8e5c0c4..39c3ed0 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -966,9 +966,9 @@ thread_start_func_1(void *th_ptr) https://github.com/ruby/ruby/blob/trunk/thread_pthread.c#L966
 	native_thread_init(th);
 	/* run */
 #if defined USE_NATIVE_THREAD_INIT
-	thread_start_func_2(th, th->ec->machine.stack_start);
+        thread_start_func_2(th, th->ec->machine.stack_start);
 #else
-	thread_start_func_2(th, &stack_start);
+        thread_start_func_2(th, &stack_start);
 #endif
     }
 #if USE_THREAD_CACHE
-- 
cgit v0.10.2


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

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