comparison src/core/ngx_conf_file.c @ 6474:2cd019520210

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 30 Mar 2016 11:52:16 +0300
parents cf5e822cf470
children 9cf2dce316e5
comparison
equal deleted inserted replaced
6473:9d7326d3f474 6474:2cd019520210
611 if (ch == ')') { 611 if (ch == ')') {
612 last_space = 1; 612 last_space = 1;
613 need_space = 0; 613 need_space = 0;
614 614
615 } else { 615 } else {
616 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, 616 ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
617 "unexpected \"%c\"", ch); 617 "unexpected \"%c\"", ch);
618 return NGX_ERROR; 618 return NGX_ERROR;
619 } 619 }
620 } 620 }
621 621
622 if (last_space) { 622 if (last_space) {
623 if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) { 623 if (ch == ' ' || ch == '\t' || ch == CR || ch == LF) {