changeset 787:b310630d129e

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Tue, 17 Oct 2006 16:13:49 +0000
parents 5dc3ba0d6388
children ff16489f1eac
files src/http/modules/ngx_http_flv_module.c src/http/modules/ngx_http_ssi_filter_module.c src/http/ngx_http_upstream.c
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_flv_module.c	Tue Oct 17 12:47:14 2006 +0000
+++ b/src/http/modules/ngx_http_flv_module.c	Tue Oct 17 16:13:49 2006 +0000
@@ -216,7 +216,7 @@
         out[0].next = &out[1];
 
     } else {
-        r->allow_ranges = 1; 
+        r->allow_ranges = 1;
     }
 
 
--- a/src/http/modules/ngx_http_ssi_filter_module.c	Tue Oct 17 12:47:14 2006 +0000
+++ b/src/http/modules/ngx_http_ssi_filter_module.c	Tue Oct 17 16:13:49 2006 +0000
@@ -1554,7 +1554,7 @@
             if (part->next == NULL) {
                 break;
             }
-  
+
             part = part->next;
             var = part->elts;
             i = 0;
--- a/src/http/ngx_http_upstream.c	Tue Oct 17 12:47:14 2006 +0000
+++ b/src/http/ngx_http_upstream.c	Tue Oct 17 16:13:49 2006 +0000
@@ -1167,7 +1167,7 @@
 
             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;
                 }