Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-05 18:53:17 +0400
committerIgor Sysoev <igor@sysoev.ru>2008-09-05 18:53:17 +0400
commitc3995ff670f88ffe22901757badf242755b2966f (patch)
tree3f4eae29fffa41f54b07cb7d865225c636811148 /src/os/win32/ngx_files.h
parent8633e1fa0695ba988a9250c9c4af7ad3d19ae1f4 (diff)
style fix
Diffstat (limited to 'src/os/win32/ngx_files.h')
-rw-r--r--src/os/win32/ngx_files.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index 2018e3fc6..d6a5e375c 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -185,17 +185,17 @@ ngx_int_t ngx_de_link_info(u_char *name, ngx_dir_t *dir);
- 116444736000000000) / 10000000)
typedef struct {
- HANDLE dir;
- WIN32_FIND_DATA finddata;
+ HANDLE dir;
+ WIN32_FIND_DATA finddata;
- unsigned ready:1;
- unsigned test:1;
- unsigned no_match:1;
+ unsigned ready:1;
+ unsigned test:1;
+ unsigned no_match:1;
- u_char *pattern;
- ngx_str_t name;
- size_t last;
- ngx_log_t *log;
+ u_char *pattern;
+ ngx_str_t name;
+ size_t last;
+ ngx_log_t *log;
} ngx_glob_t;