mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
style fix
This commit is contained in:
parent
7aa1f5bf4a
commit
40b4ba1663
@ -11,10 +11,10 @@
|
|||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int signo;
|
int signo;
|
||||||
char *signame;
|
char *signame;
|
||||||
char *name;
|
char *name;
|
||||||
void (*handler)(int signo);
|
void (*handler)(int signo);
|
||||||
} ngx_signal_t;
|
} ngx_signal_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user