From: Maxim Konovalov Date: Thu, 5 Apr 2012 15:32:43 +0000 (+0000) Subject: Style: the function type should be on a line by itself X-Git-Tag: release-1.1.19~12 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=13d5d85861ce8e0fdeb8d10e386dd8a072c5778d;p=nginx.git 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 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;