comparison src/http/modules/ngx_http_stub_status_module.c @ 1563:022ec9420f80

style fix: remove double semicolons
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Oct 2007 20:11:03 +0000
parents aabbf66b61ea
children dd1570b6f237
comparison
equal deleted inserted replaced
1562:bb662e047a21 1563:022ec9420f80
127 127
128 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) { 128 if (rc == NGX_ERROR || rc > NGX_OK || r->header_only) {
129 return rc; 129 return rc;
130 } 130 }
131 131
132 return ngx_http_output_filter(r, &out);; 132 return ngx_http_output_filter(r, &out);
133 } 133 }
134 134
135 135
136 static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) 136 static char *ngx_http_set_status(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
137 { 137 {