mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix style [ci skip]
This commit is contained in:
parent
d6d4e6877c
commit
c218862d3c
14 changed files with 63 additions and 33 deletions
|
@ -875,7 +875,8 @@ native_thread_native_thread_id(rb_thread_t *th)
|
|||
#define USE_NATIVE_THREAD_NATIVE_THREAD_ID 1
|
||||
|
||||
void
|
||||
rb_add_running_thread(rb_thread_t *th){
|
||||
rb_add_running_thread(rb_thread_t *th)
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue