diff src/core/ngx_conf_file.c @ 2847:3e10674139e4

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 16:24:39 +0000
parents d478379e51ac
children 97693137d636
line wrap: on
line diff
--- a/src/core/ngx_conf_file.c
+++ b/src/core/ngx_conf_file.c
@@ -446,7 +446,9 @@ ngx_conf_read_token(ngx_conf_t *cf)
     last_space = 1;
     sharp_comment = 0;
     variable = 0;
-    quoted = s_quoted = d_quoted = 0;
+    quoted = 0;
+    s_quoted = 0;
+    d_quoted = 0;
 
     cf->args->nelts = 0;
     b = cf->conf_file->buffer;