From 602f7313fd43cd3c91b19c69793ccbb4847d4e39 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Sun, 28 Aug 2011 17:12:14 +0000 Subject: [PATCH] * Damm it. Missed another superflous whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162559 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/byterange_filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/http/byterange_filter.c b/modules/http/byterange_filter.c index 92ed6fa6b47..8afa7756b8f 100644 --- a/modules/http/byterange_filter.c +++ b/modules/http/byterange_filter.c @@ -539,9 +539,9 @@ static int ap_set_byterange(request_rec *r, apr_off_t clength, } in_merge = 0; - if (start >= ostart && end <= oend) { + if (start >= ostart && end <= oend) { in_merge = 1; - } + } if (start < ostart && end >= ostart-1) { ostart = start; -- 2.47.3