aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_daemon.c
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@nginx.com>2012-04-05 15:32:43 +0000
committerMaxim Konovalov <maxim@nginx.com>2012-04-05 15:32:43 +0000
commit13d5d85861ce8e0fdeb8d10e386dd8a072c5778d (patch)
treeb472a56c2d1c34232246dae20a13f4c5cf05e068 /src/os/unix/ngx_daemon.c
parentbffbbeb73f6b4b9a183c1c54b7db1d8c3b1fc1bb (diff)
downloadnginx-13d5d85861ce8e0fdeb8d10e386dd8a072c5778d.tar.gz
nginx-13d5d85861ce8e0fdeb8d10e386dd8a072c5778d.zip
Style: the function type should be on a line by itself
preceding the function. No functional changes.
Diffstat (limited to 'src/os/unix/ngx_daemon.c')
-rw-r--r--src/os/unix/ngx_daemon.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/os/unix/ngx_daemon.c b/src/os/unix/ngx_daemon.c
index f18860bbe..ab6721108 100644
--- a/src/os/unix/ngx_daemon.c
+++ b/src/os/unix/ngx_daemon.c
@@ -9,7 +9,8 @@
#include <ngx_core.h>
-ngx_int_t ngx_daemon(ngx_log_t *log)
+ngx_int_t
+ngx_daemon(ngx_log_t *log)
{
int fd;