comparison ngx_http_auth_request_module.c @ 14:d4c131d13048

Auth request: whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 21 Jul 2013 04:34:47 +0400
parents 2b95417a1715
children a19a77bf7b70
comparison
equal deleted inserted replaced
13:83bb29f1b173 14:d4c131d13048
383 383
384 ngx_str_t *value; 384 ngx_str_t *value;
385 ngx_http_variable_t *v; 385 ngx_http_variable_t *v;
386 ngx_http_auth_request_variable_t *av; 386 ngx_http_auth_request_variable_t *av;
387 ngx_http_compile_complex_value_t ccv; 387 ngx_http_compile_complex_value_t ccv;
388 388
389 value = cf->args->elts; 389 value = cf->args->elts;
390 390
391 if (value[1].data[0] != '$') { 391 if (value[1].data[0] != '$') {
392 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 392 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
393 "invalid variable name \"%V\"", &value[1]); 393 "invalid variable name \"%V\"", &value[1]);