mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 09:42:39 +08:00
style fix
This commit is contained in:
parent
7aa1f5bf4a
commit
40b4ba1663
@ -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…
Reference in New Issue
Block a user