From ae62ab3302513ca3e4147ff30e785d390589adc1 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Feb 2018 09:23:47 +0000 Subject: [PATCH] adjust indent git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread_pthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread_pthread.c b/thread_pthread.c index 11e10f4b4b..7268618bd8 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -839,7 +839,7 @@ native_thread_init_stack(rb_thread_t *th) static void * thread_start_func_1(void *th_ptr) { - rb_thread_t *th = th_ptr; + rb_thread_t *th = th_ptr; #if USE_THREAD_CACHE thread_start: #endif