diff src/http/ngx_http_variables.c @ 1150:1030996f617c

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Mar 2007 18:53:34 +0000
parents f1d7cf0f68e3
children f59d15404269
line wrap: on
line diff
--- a/src/http/ngx_http_variables.c
+++ b/src/http/ngx_http_variables.c
@@ -379,7 +379,7 @@ ngx_http_get_indexed_variable(ngx_http_r
 ngx_http_variable_value_t *
 ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index)
 {
-    ngx_http_variable_value_t   *v;
+    ngx_http_variable_value_t  *v;
 
     v = &r->variables[index];