From 11d86a4457559d72a883c0505ec8cfbdbef8dabf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 6 Mar 2007 20:17:50 +0000 Subject: style fix --- src/os/unix/ngx_process_cycle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os/unix/ngx_process_cycle.c') diff --git a/src/os/unix/ngx_process_cycle.c b/src/os/unix/ngx_process_cycle.c index c8586f6e4..dc2a1153e 100644 --- a/src/os/unix/ngx_process_cycle.c +++ b/src/os/unix/ngx_process_cycle.c @@ -454,7 +454,8 @@ ngx_signal_worker_processes(ngx_cycle_t *cycle, int signo) if (ch.command) { if (ngx_write_channel(ngx_processes[i].channel[0], - &ch, sizeof(ngx_channel_t), cycle->log) == NGX_OK) + &ch, sizeof(ngx_channel_t), cycle->log) + == NGX_OK) { if (signo != ngx_signal_value(NGX_REOPEN_SIGNAL)) { ngx_processes[i].exiting = 1; -- cgit