comparison src/core/ngx_conf_file.c @ 1563:022ec9420f80

style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 20:11:03 +0000
parents c0fc685f8722
children 40d004d95d88
comparison
equal deleted inserted replaced
1562:bb662e047a21 1563:022ec9420f80
115 115
116 cf->conf_file->file.fd = fd; 116 cf->conf_file->file.fd = fd;
117 cf->conf_file->file.name.len = filename->len; 117 cf->conf_file->file.name.len = filename->len;
118 cf->conf_file->file.name.data = filename->data; 118 cf->conf_file->file.name.data = filename->data;
119 cf->conf_file->file.offset = 0; 119 cf->conf_file->file.offset = 0;
120 cf->conf_file->file.log = cf->log;; 120 cf->conf_file->file.log = cf->log;
121 cf->conf_file->line = 1; 121 cf->conf_file->line = 1;
122 122
123 block = 0; 123 block = 0;
124 124
125 } else { 125 } else {