diff src/http/ngx_http_upstream.c @ 787:b310630d129e

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Oct 2006 16:13:49 +0000
parents 4ab852b691f5
children a164e55b4067
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -1167,7 +1167,7 @@ ngx_http_upstream_process_header(ngx_eve
 
             if (hh && hh->redirect) {
                 if (hh->copy_handler(r, &h[i], hh->conf) != NGX_OK) {
-                    ngx_http_finalize_request(r, 
+                    ngx_http_finalize_request(r,
                                               NGX_HTTP_INTERNAL_SERVER_ERROR);
                     return;
                 }