Style fix.
diff --git a/src/http/modules/ngx_http_range_filter_module.c b/src/http/modules/ngx_http_range_filter_module.c
index a0c70b8..05d64a0 100644
--- a/src/http/modules/ngx_http_range_filter_module.c
+++ b/src/http/modules/ngx_http_range_filter_module.c
@@ -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) {