mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
adjust indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
189b4a4e37
commit
ae62ab3302
1 changed files with 1 additions and 1 deletions
|
@ -839,7 +839,7 @@ native_thread_init_stack(rb_thread_t *th)
|
||||||
static void *
|
static void *
|
||||||
thread_start_func_1(void *th_ptr)
|
thread_start_func_1(void *th_ptr)
|
||||||
{
|
{
|
||||||
rb_thread_t *th = th_ptr;
|
rb_thread_t *th = th_ptr;
|
||||||
#if USE_THREAD_CACHE
|
#if USE_THREAD_CACHE
|
||||||
thread_start:
|
thread_start:
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue