commit | 13d5d85861ce8e0fdeb8d10e386dd8a072c5778d | [log] [tgz] |
---|---|---|
author | Maxim Konovalov <maxim@nginx.com> | Thu Apr 05 15:32:43 2012 +0000 |
committer | Maxim Konovalov <maxim@nginx.com> | Thu Apr 05 15:32:43 2012 +0000 |
tree | b472a56c2d1c34232246dae20a13f4c5cf05e068 | |
parent | bffbbeb73f6b4b9a183c1c54b7db1d8c3b1fc1bb [diff] |
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 index f18860b..ab67211 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;