diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 14:53:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-05 14:53:17 +0000 |
commit | c3995ff670f88ffe22901757badf242755b2966f (patch) | |
tree | 3f4eae29fffa41f54b07cb7d865225c636811148 /src/os/unix/ngx_files.h | |
parent | 8633e1fa0695ba988a9250c9c4af7ad3d19ae1f4 (diff) | |
download | nginx-c3995ff670f88ffe22901757badf242755b2966f.tar.gz nginx-c3995ff670f88ffe22901757badf242755b2966f.zip |
style fix
Diffstat (limited to 'src/os/unix/ngx_files.h')
-rw-r--r-- | src/os/unix/ngx_files.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/os/unix/ngx_files.h b/src/os/unix/ngx_files.h index 1edac54af..9cf4f2255 100644 --- a/src/os/unix/ngx_files.h +++ b/src/os/unix/ngx_files.h @@ -170,11 +170,11 @@ ngx_int_t ngx_open_dir(ngx_str_t *name, ngx_dir_t *dir); typedef struct { - size_t n; - glob_t pglob; - u_char *pattern; - ngx_log_t *log; - ngx_uint_t test; + size_t n; + glob_t pglob; + u_char *pattern; + ngx_log_t *log; + ngx_uint_t test; } ngx_glob_t; |