mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Adjust indent [ci skip]
This commit is contained in:
parent
8dc0d2904a
commit
c193ca5218
2 changed files with 2 additions and 2 deletions
|
@ -3367,7 +3367,7 @@ rb_thread_reset_fork_lock(void)
|
|||
}
|
||||
|
||||
if ((r = pthread_rwlock_init(&rb_thread_fork_rw_lock, NULL))) {
|
||||
rb_bug_errno("pthread_rwlock_init", r);
|
||||
rb_bug_errno("pthread_rwlock_init", r);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue