ruby-changes:50352
From: nobu <ko1@a...>
Date: Sun, 18 Feb 2018 18:23:53 +0900 (JST)
Subject: [ruby-changes:50352] nobu:r62468 (trunk): adjust indent
nobu 2018-02-18 18:23:47 +0900 (Sun, 18 Feb 2018) New Revision: 62468 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62468 Log: adjust indent Modified files: trunk/thread_pthread.c Index: thread_pthread.c =================================================================== --- thread_pthread.c (revision 62467) +++ thread_pthread.c (revision 62468) @@ -839,7 +839,7 @@ native_thread_init_stack(rb_thread_t *th https://github.com/ruby/ruby/blob/trunk/thread_pthread.c#L839 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/