Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-03-06 23:17:50 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-03-06 23:17:50 +0300
commit11d86a4457559d72a883c0505ec8cfbdbef8dabf (patch)
tree75abc9627a7ce7cd637ffcf5dac51e8acb5912b9 /src/os/unix/ngx_process_cycle.c
parent6c7f3690109aef1503c87416d65f58d94dfbd5cd (diff)
style fix
Diffstat (limited to 'src/os/unix/ngx_process_cycle.c')
-rw-r--r--src/os/unix/ngx_process_cycle.c3
1 files changed, 2 insertions, 1 deletions
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;