]> git.kaiwu.me - nginx.git/commitdiff
Style fix.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 30 Aug 2011 12:28:01 +0000 (12:28 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 30 Aug 2011 12:28:01 +0000 (12:28 +0000)
src/http/modules/ngx_http_range_filter_module.c

index a0c70b87c36b464e1c0d86f2e1146a71151156cd..05d64a0d57abf172e4e57933d28d3a310d335377 100644 (file)
@@ -306,8 +306,8 @@ ngx_http_range_parse(ngx_http_request_t *r, ngx_http_range_filter_ctx_t *ctx)
         }
 
         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) {