style fix

This commit is contained in:
Igor Sysoev 2008-05-22 12:09:41 +00:00
parent 61e991c70a
commit 3b30476068
10 changed files with 14 additions and 14 deletions

View File

@ -619,7 +619,7 @@ ngx_http_send_special_response(ngx_http_request_t *r,
b->last = tail + len; b->last = tail + len;
out[1].buf = b; out[1].buf = b;
out[1].next = NULL;; out[1].next = NULL;
if (msie_padding) { if (msie_padding) {
b = ngx_calloc_buf(r->pool); b = ngx_calloc_buf(r->pool);
@ -633,7 +633,7 @@ ngx_http_send_special_response(ngx_http_request_t *r,
out[1].next = &out[2]; out[1].next = &out[2];
out[2].buf = b; out[2].buf = b;
out[2].next = NULL;; out[2].next = NULL;
} }
if (r == r->main) { if (r == r->main) {