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
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue