changeset 4054:20c7c73d3efa

Style fix.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 30 Aug 2011 12:28:01 +0000
parents c2a91088b0c0
children 9cce506be97d
files src/http/modules/ngx_http_range_filter_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_range_filter_module.c	Fri Aug 26 09:42:50 2011 +0000
+++ b/src/http/modules/ngx_http_range_filter_module.c	Tue Aug 30 12:28:01 2011 +0000
@@ -306,8 +306,8 @@
         }
 
         if (suffix) {
-           start = r->headers_out.content_length_n - end;
-           end = r->headers_out.content_length_n - 1;
+            start = r->headers_out.content_length_n - end;
+            end = r->headers_out.content_length_n - 1;
         }
 
         if (start > end) {