diff src/core/ngx_cycle.c @ 2688:9bcda0da8d36

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 08 Apr 2009 19:51:30 +0000
parents 5190c5dc3486
children d5896f6608e8
line wrap: on
line diff
--- a/src/core/ngx_cycle.c	Wed Apr 08 19:13:28 2009 +0000
+++ b/src/core/ngx_cycle.c	Wed Apr 08 19:51:30 2009 +0000
@@ -922,10 +922,10 @@
 ngx_int_t
 ngx_create_pidfile(ngx_str_t *name, ngx_log_t *log)
 {
-    size_t            len;
-    ngx_uint_t        create;
-    ngx_file_t        file;
-    u_char            pid[NGX_INT64_LEN + 2];
+    size_t      len;
+    ngx_uint_t  create;
+    ngx_file_t  file;
+    u_char      pid[NGX_INT64_LEN + 2];
 
     ngx_memzero(&file, sizeof(ngx_file_t));