From: Ruediger Pluem Date: Sun, 28 Aug 2011 17:12:14 +0000 (+0000) Subject: * Damm it. Missed another superflous whitespace. X-Git-Tag: 2.3.15~326 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=602f7313fd43cd3c91b19c69793ccbb4847d4e39;p=thirdparty%2Fapache%2Fhttpd.git * Damm it. Missed another superflous whitespace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162559 13f79535-47bb-0310-9956-ffa450edef68 --- 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;