mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Adjust styles and indents [ci skip]
This commit is contained in:
parent
76c20b06aa
commit
c30b8ae947
13 changed files with 155 additions and 143 deletions
12
thread.c
12
thread.c
|
@ -410,12 +410,12 @@ rb_threadptr_join_list_wakeup(rb_thread_t *thread)
|
|||
rb_threadptr_interrupt(target_thread);
|
||||
|
||||
switch (target_thread->status) {
|
||||
case THREAD_STOPPED:
|
||||
case THREAD_STOPPED_FOREVER:
|
||||
target_thread->status = THREAD_RUNNABLE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
case THREAD_STOPPED:
|
||||
case THREAD_STOPPED_FOREVER:
|
||||
target_thread->status = THREAD_RUNNABLE;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue