]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 11 Jun 2009 05:51:37 +0000 (05:51 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 11 Jun 2009 05:51:37 +0000 (05:51 +0000)
src/os/unix/ngx_files.h

index cf5c3ed9170dcac16d9bfcb463309de39ef44d88..5395acd03c32843b08d04abd6f78a4ac01c33e63 100644 (file)
@@ -18,13 +18,13 @@ typedef ino_t                    ngx_file_uniq_t;
 
 
 typedef struct {
-    DIR                        *dir;
-    struct dirent              *de;
-    struct stat                 info;
+    DIR                         *dir;
+    struct dirent               *de;
+    struct stat                  info;
 
-    unsigned                    type:8;
-    unsigned                    valid_info:1;
-    unsigned                    valid_type:1;
+    unsigned                     type:8;
+    unsigned                     valid_info:1;
+    unsigned                     valid_type:1;
 } ngx_dir_t;