comparison src/http/v2/ngx_http_v2_module.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents 257b51c37c5a
children ce94f07d5082
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
213 213
214 214
215 static ngx_int_t 215 static ngx_int_t
216 ngx_http_v2_add_variables(ngx_conf_t *cf) 216 ngx_http_v2_add_variables(ngx_conf_t *cf)
217 { 217 {
218 ngx_http_variable_t *var, *v; 218 ngx_http_variable_t *var, *v;
219 219
220 for (v = ngx_http_v2_vars; v->name.len; v++) { 220 for (v = ngx_http_v2_vars; v->name.len; v++) {
221 var = ngx_http_add_variable(cf, &v->name, v->flags); 221 var = ngx_http_add_variable(cf, &v->name, v->flags);
222 if (var == NULL) { 222 if (var == NULL) {
223 return NGX_ERROR; 223 return NGX_ERROR;