comparison 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
comparison
equal deleted inserted replaced
1149:b8fe8a80e019 1150:1030996f617c
377 377
378 378
379 ngx_http_variable_value_t * 379 ngx_http_variable_value_t *
380 ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index) 380 ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index)
381 { 381 {
382 ngx_http_variable_value_t *v; 382 ngx_http_variable_value_t *v;
383 383
384 v = &r->variables[index]; 384 v = &r->variables[index];
385 385
386 if (v->valid) { 386 if (v->valid) {
387 if (!v->no_cachable) { 387 if (!v->no_cachable) {