adjust indent

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-02-18 09:23:47 +00:00
parent 189b4a4e37
commit ae62ab3302

View File

@ -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