mirror of
https://github.com/nginx/nginx.git
synced 2025-06-09 19:12:47 +08:00
Style: keep return type and function name on different lines.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
This commit is contained in:
parent
2cfcef5b42
commit
a2229a4035
@ -16,7 +16,8 @@ SERVICE_TABLE_ENTRY st[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
ngx_int_t ngx_service(ngx_log_t *log)
|
ngx_int_t
|
||||||
|
ngx_service(ngx_log_t *log)
|
||||||
{
|
{
|
||||||
/* primary thread */
|
/* primary thread */
|
||||||
|
|
||||||
@ -32,7 +33,8 @@ ngx_int_t ngx_service(ngx_log_t *log)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void service_main(u_int argc, char **argv)
|
void
|
||||||
|
service_main(u_int argc, char **argv)
|
||||||
{
|
{
|
||||||
SERVICE_STATUS status;
|
SERVICE_STATUS status;
|
||||||
SERVICE_STATUS_HANDLE service;
|
SERVICE_STATUS_HANDLE service;
|
||||||
@ -85,7 +87,8 @@ void service_main(u_int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
u_int service_handler(u_int control, u_int type, void *data, void *ctx)
|
u_int
|
||||||
|
service_handler(u_int control, u_int type, void *data, void *ctx)
|
||||||
{
|
{
|
||||||
/* primary thread */
|
/* primary thread */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user