mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 06:53:10 +00:00
style fix
This commit is contained in:
parent
7aa1f5bf4a
commit
40b4ba1663
1 changed files with 4 additions and 4 deletions
|
|
@ -11,10 +11,10 @@
|
|||
|
||||
|
||||
typedef struct {
|
||||
int signo;
|
||||
char *signame;
|
||||
char *name;
|
||||
void (*handler)(int signo);
|
||||
int signo;
|
||||
char *signame;
|
||||
char *name;
|
||||
void (*handler)(int signo);
|
||||
} ngx_signal_t;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue