mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +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>
|
#include <ngx_core.h>
|
||||||
|
|
||||||
|
|
||||||
ngx_int_t ngx_daemon(ngx_log_t *log)
|
ngx_int_t
|
||||||
|
ngx_daemon(ngx_log_t *log)
|
||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user