diff src/os/unix/ngx_files.h @ 2232:992613253d93

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 05 Sep 2008 14:53:17 +0000
parents 61a09532e310
children c7c319896bb4
line wrap: on
line diff
--- 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, 
 
 
 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;