]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Thu, 29 Mar 2007 18:53:34 +0000 (18:53 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 29 Mar 2007 18:53:34 +0000 (18:53 +0000)
src/http/ngx_http_variables.c

index 3ea0f96aee8e1483dac4f3835519bf2e6d602166..5a9b06fe1b275a587b81d86fd4f6a8dca4b16b76 100644 (file)
@@ -379,7 +379,7 @@ ngx_http_get_indexed_variable(ngx_http_request_t *r, ngx_uint_t index)
 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];