diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-24 17:30:47 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-11-24 17:30:47 +0900 |
| commit | 45fcb9d590d36c469e7fa18790fafd51809943ee (patch) | |
| tree | c4abb286d496d35e542219f820074ae62ac37b5a | |
| parent | b75cf83a333ab4e321e89cdefb94e684f6648033 (diff) | |
Adjust indent [ci skip]
| -rw-r--r-- | process.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4012,8 +4012,8 @@ retry_fork_async_signal_safe(struct rb_process_status *status, int *ep, prefork(); disable_child_handler_before_fork(&old); - // Older versions of ASAN does not work with vfork - // See https://github.com/google/sanitizers/issues/925 + // Older versions of ASAN does not work with vfork + // See https://github.com/google/sanitizers/issues/925 #if defined(HAVE_WORKING_VFORK) && !defined(RUBY_ASAN_ENABLED) if (!has_privilege()) pid = vfork(); |
