summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_special_response.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-22 12:09:41 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-22 12:09:41 +0000
commit3b30476068751fa7814b10302a63b7f3227c7450 (patch)
tree7ca108bd55a7e08775f74acf2e5627fbea5ebd3f /src/http/ngx_http_special_response.c
parent61e991c70a2a491fdb1ee1622df9ae72756b9008 (diff)
downloadnginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.gz
nginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.bz2
style fix
Diffstat (limited to 'src/http/ngx_http_special_response.c')
-rw-r--r--src/http/ngx_http_special_response.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/ngx_http_special_response.c b/src/http/ngx_http_special_response.c
index 32b2ed599..e1d0eaf4d 100644
--- a/src/http/ngx_http_special_response.c
+++ b/src/http/ngx_http_special_response.c
@@ -619,7 +619,7 @@ ngx_http_send_special_response(ngx_http_request_t *r,
b->last = tail + len;
out[1].buf = b;
- out[1].next = NULL;;
+ out[1].next = NULL;
if (msie_padding) {
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[2].buf = b;
- out[2].next = NULL;;
+ out[2].next = NULL;
}
if (r == r->main) {