Adjust indent [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2024-09-19 14:33:32 +09:00
parent 8dc0d2904a
commit c193ca5218
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
2 changed files with 2 additions and 2 deletions

View file

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