From 13d5d85861ce8e0fdeb8d10e386dd8a072c5778d Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Thu, 5 Apr 2012 15:32:43 +0000 Subject: Style: the function type should be on a line by itself preceding the function. No functional changes. --- src/os/unix/ngx_daemon.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/os/unix/ngx_daemon.c') diff --git a/src/os/unix/ngx_daemon.c b/src/os/unix/ngx_daemon.c index f18860bbe..ab6721108 100644 --- 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; -- cgit