Fix style [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2025-04-19 22:02:10 +09:00
parent d6d4e6877c
commit c218862d3c
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
14 changed files with 63 additions and 33 deletions

View file

@ -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
}