changeset 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 98a2518a98dc
children 709d7d24239d
files src/os/unix/ngx_daemon.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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;