summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-18 09:23:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-18 09:23:47 +0000
commitae62ab3302513ca3e4147ff30e785d390589adc1 (patch)
tree8d9a250c0a22ea5cb2d507888772aea40d118195
parent189b4a4e37b7a1b88eb730a06b07875ea4b146ab (diff)
adjust indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--thread_pthread.c2
1 files changed, 1 insertions, 1 deletions
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