aboutsummaryrefslogtreecommitdiffstats
path: root/thread_pthread.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 20:33:24 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-19 20:33:24 +0900
commit659eda7f83a1c27e887f96c2e1bee687d363a187 (patch)
treee9adab491f25bcaa69f1e2812e19c1dee8dd0cea /thread_pthread.c
parentd17344cfc56edc4599252041b3ec0d46af0851fd (diff)
downloadruby-659eda7f83a1c27e887f96c2e1bee687d363a187.tar.gz
* expand tabs.
Diffstat (limited to 'thread_pthread.c')
-rw-r--r--thread_pthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread_pthread.c b/thread_pthread.c
index 8e5c0c4c1a..39c3ed0ed4 100644
--- a/thread_pthread.c
+++ b/thread_pthread.c
@@ -966,9 +966,9 @@ thread_start_func_1(void *th_ptr)
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