diff src/http/modules/ngx_http_log_module.c @ 3115:204ea173234f

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 11 Sep 2009 13:57:50 +0000
parents cd8738e76610
children b344b68da8c5
line wrap: on
line diff
--- a/src/http/modules/ngx_http_log_module.c
+++ b/src/http/modules/ngx_http_log_module.c
@@ -676,7 +676,7 @@ ngx_http_log_escape(u_char *dst, u_char 
 
         /* find the number of the characters to be escaped */
 
-        n  = 0;
+        n = 0;
 
         for (i = 0; i < size; i++) {
             if (escape[*src >> 5] & (1 << (*src & 0x1f))) {