mirror of
https://github.com/nginx/nginx.git
synced 2024-12-22 15:13:28 -06:00
style fix
This commit is contained in:
parent
8633e1fa06
commit
c3995ff670
@ -170,11 +170,11 @@ ngx_int_t ngx_open_dir(ngx_str_t *name, ngx_dir_t *dir);
|
|||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
size_t n;
|
size_t n;
|
||||||
glob_t pglob;
|
glob_t pglob;
|
||||||
u_char *pattern;
|
u_char *pattern;
|
||||||
ngx_log_t *log;
|
ngx_log_t *log;
|
||||||
ngx_uint_t test;
|
ngx_uint_t test;
|
||||||
} ngx_glob_t;
|
} ngx_glob_t;
|
||||||
|
|
||||||
|
|
||||||
|
@ -185,17 +185,17 @@ ngx_int_t ngx_de_link_info(u_char *name, ngx_dir_t *dir);
|
|||||||
- 116444736000000000) / 10000000)
|
- 116444736000000000) / 10000000)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
HANDLE dir;
|
HANDLE dir;
|
||||||
WIN32_FIND_DATA finddata;
|
WIN32_FIND_DATA finddata;
|
||||||
|
|
||||||
unsigned ready:1;
|
unsigned ready:1;
|
||||||
unsigned test:1;
|
unsigned test:1;
|
||||||
unsigned no_match:1;
|
unsigned no_match:1;
|
||||||
|
|
||||||
u_char *pattern;
|
u_char *pattern;
|
||||||
ngx_str_t name;
|
ngx_str_t name;
|
||||||
size_t last;
|
size_t last;
|
||||||
ngx_log_t *log;
|
ngx_log_t *log;
|
||||||
} ngx_glob_t;
|
} ngx_glob_t;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user