diff src/os/unix/ngx_daemon.c @ 4574:b1ba43f905f8

Style: the function type should be on a line by itself preceding the function. No functional changes.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 05 Apr 2012 15:32:43 +0000
parents d620f497c50f
children 8b84d60ef13d
line wrap: on
line diff
--- 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;