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

@ -430,7 +430,8 @@ ASSERT_thread_sched_locked(struct rb_thread_sched *sched, rb_thread_t *th)
RBIMPL_ATTR_MAYBE_UNUSED()
static unsigned int
rb_ractor_serial(const rb_ractor_t *r) {
rb_ractor_serial(const rb_ractor_t *r)
{
if (r) {
return rb_ractor_id(r);
}