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