Style: the function type should be on a line by itself

preceding the function.  No functional changes.
This commit is contained in:
Maxim Konovalov 2012-04-05 15:32:43 +00:00
parent bffbbeb73f
commit 13d5d85861

View File

@ -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;