mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Some more check-spaces stuff
This re-applies a check-spaces fix that was part of7920ea55b8
and got reverted along with the rest of that commit indf1f72329a
.
This commit is contained in:
parent
71ecfaa52f
commit
0f8026ec23
@ -3661,8 +3661,8 @@ tor_get_exit_code(const process_handle_t *process_handle,
|
||||
/* Process has not exited */
|
||||
return PROCESS_EXIT_RUNNING;
|
||||
} else if (retval != process_handle->pid) {
|
||||
log_warn(LD_GENERAL, "waitpid() failed for PID %d: %s", process_handle->pid,
|
||||
strerror(errno));
|
||||
log_warn(LD_GENERAL, "waitpid() failed for PID %d: %s",
|
||||
process_handle->pid, strerror(errno));
|
||||
return PROCESS_EXIT_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user