style fix

This commit is contained in:
Igor Sysoev 2010-07-08 13:49:21 +00:00
parent 7aa1f5bf4a
commit 40b4ba1663

View File

@ -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;