diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-01-08 00:50:41 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-01-08 00:50:41 +0900 |
commit | c30b8ae947e4e0e01df74b07282b27b1b1c70df8 () | |
tree | 3ea69f4cc26dee64542b0230aa1fab17a45d1182 /vm_trace.c | |
parent | 76c20b06aa16686d047af5cb21300602153e0e46 (diff) |
Adjust styles and indents [ci skip]
-rw-r--r-- | vm_trace.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1767,7 +1767,8 @@ rb_postponed_job_preregister(unsigned int flags, rb_postponed_job_func_t func, v * datas being written */ RUBY_ATOMIC_PTR_EXCHANGE(pjq->table[i].data, data); return (rb_postponed_job_handle_t)i; - } else { /* Try the next slot if this one already has a func in it */ continue; } |