Skip to content

Commit 45fcb9d

Browse files
committed
Adjust indent [ci skip]
1 parent b75cf83 commit 45fcb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

process.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4012,8 +4012,8 @@ retry_fork_async_signal_safe(struct rb_process_status *status, int *ep,
40124012
prefork();
40134013
disable_child_handler_before_fork(&old);
40144014

4015-
// Older versions of ASAN does not work with vfork
4016-
// See https://github.com/google/sanitizers/issues/925
4015+
// Older versions of ASAN does not work with vfork
4016+
// See https://github.com/google/sanitizers/issues/925
40174017
#if defined(HAVE_WORKING_VFORK) && !defined(RUBY_ASAN_ENABLED)
40184018
if (!has_privilege())
40194019
pid = vfork();

0 commit comments

Comments
 (0)