# HG changeset patch # User Maxim Konovalov # Date 1333639963 0 # Node ID b1ba43f905f86b45fdac404e3e3152c4ac91c231 # Parent 98a2518a98dc5973e58b7f1921c5c14fca3b390e Style: the function type should be on a line by itself preceding the function. No functional changes. diff --git a/src/os/unix/ngx_daemon.c b/src/os/unix/ngx_daemon.c --- a/src/os/unix/ngx_daemon.c +++ b/src/os/unix/ngx_daemon.c @@ -9,7 +9,8 @@ #include -ngx_int_t ngx_daemon(ngx_log_t *log) +ngx_int_t +ngx_daemon(ngx_log_t *log) { int fd;