aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/os/unix/ngx_files.h10
-rw-r--r--src/os/win32/ngx_files.h18
2 files changed, 14 insertions, 14 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;
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;