]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 8 Jul 2010 13:49:21 +0000 (13:49 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 8 Jul 2010 13:49:21 +0000 (13:49 +0000)
src/os/unix/ngx_process.c

index 224101d2e5edef62c52b61ab60f5afe2e7e3bb89..4574dfaf3bf27720c51073cae8e1aa0d5eae080a 100644 (file)
 
 
 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;