aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_daemon.c
diff options
context:
space:
mode:
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;