mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 10:02:59 +08:00
Style: the function type should be on a line by itself
preceding the function. No functional changes.
This commit is contained in:
parent
bffbbeb73f
commit
13d5d85861
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user