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

@ -4236,7 +4236,7 @@ rb_fork_ruby(int *status)
disable_child_handler_fork_parent(&old); /* yes, bad name */
rb_thread_release_fork_lock();
if (pid == 0) {
rb_thread_reset_fork_lock();
rb_thread_reset_fork_lock();
}
after_fork_ruby(pid);