]> git.kaiwu.me - nginx.git/commitdiff
Style: the function type should be on a line by itself
authorMaxim Konovalov <maxim@nginx.com>
Thu, 5 Apr 2012 15:32:43 +0000 (15:32 +0000)
committerMaxim Konovalov <maxim@nginx.com>
Thu, 5 Apr 2012 15:32:43 +0000 (15:32 +0000)
preceding the function.  No functional changes.

src/os/unix/ngx_daemon.c

index f18860bbe2fb64701a8ba28c665fc490bf23f292..ab672110838cee75e3081daab35b3e16164648db 100644 (file)
@@ -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;