changeset 2933:d24b1739cf9d

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Jun 2009 05:51:37 +0000
parents a135d995569a
children b6d588fa3ee9
files src/os/unix/ngx_files.h
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/os/unix/ngx_files.h	Wed Jun 10 11:46:34 2009 +0000
+++ b/src/os/unix/ngx_files.h	Thu Jun 11 05:51:37 2009 +0000
@@ -18,13 +18,13 @@
 
 
 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;