comparison src/http/modules/ngx_http_rewrite_module.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents cf5e822cf470
children d2b2ff157da5
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
569 569
570 if (module->create_loc_conf) { 570 if (module->create_loc_conf) {
571 571
572 mconf = module->create_loc_conf(cf); 572 mconf = module->create_loc_conf(cf);
573 if (mconf == NULL) { 573 if (mconf == NULL) {
574 return NGX_CONF_ERROR; 574 return NGX_CONF_ERROR;
575 } 575 }
576 576
577 ctx->loc_conf[cf->cycle->modules[i]->ctx_index] = mconf; 577 ctx->loc_conf[cf->cycle->modules[i]->ctx_index] = mconf;
578 } 578 }
579 } 579 }