summaryrefslogtreecommitdiffhomepage
path: root/src/os/unix/ngx_files.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 16:06:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-26 16:06:11 +0000
commitf10b4e07a562f967c5de4d9e65f2a023dd2e7ada (patch)
tree29ba25e40ca4445ec3899caa71380f6979230c14 /src/os/unix/ngx_files.h
parentf7f963d7792fdf19ad11888d3a3e7460ea88dfd0 (diff)
downloadnginx-f10b4e07a562f967c5de4d9e65f2a023dd2e7ada.tar.gz
nginx-f10b4e07a562f967c5de4d9e65f2a023dd2e7ada.tar.bz2
merge r2920, r2934, r3116, r3119:
style fixes
Diffstat (limited to 'src/os/unix/ngx_files.h')
-rw-r--r--src/os/unix/ngx_files.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h
index cf5c3ed91..5395acd03 100644
--- a/src/os/unix/ngx_files.h
+++ b/src/os/unix/ngx_files.h
@@ -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;