comparison src/core/ngx_conf_file.c @ 2847:3e10674139e4

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 14 May 2009 16:24:39 +0000
parents d478379e51ac
children 97693137d636
comparison
equal deleted inserted replaced
2846:dfec0e090265 2847:3e10674139e4
444 found = 0; 444 found = 0;
445 need_space = 0; 445 need_space = 0;
446 last_space = 1; 446 last_space = 1;
447 sharp_comment = 0; 447 sharp_comment = 0;
448 variable = 0; 448 variable = 0;
449 quoted = s_quoted = d_quoted = 0; 449 quoted = 0;
450 s_quoted = 0;
451 d_quoted = 0;
450 452
451 cf->args->nelts = 0; 453 cf->args->nelts = 0;
452 b = cf->conf_file->buffer; 454 b = cf->conf_file->buffer;
453 start = b->pos; 455 start = b->pos;
454 start_line = cf->conf_file->line; 456 start_line = cf->conf_file->line;