]> granicus.if.org Git - apache/commitdiff
* Damm it. Missed another superflous whitespace.
authorRuediger Pluem <rpluem@apache.org>
Sun, 28 Aug 2011 17:12:14 +0000 (17:12 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sun, 28 Aug 2011 17:12:14 +0000 (17:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1162559 13f79535-47bb-0310-9956-ffa450edef68

modules/http/byterange_filter.c

index 92ed6fa6b47d79c182ffe8a1623226b4ad63bd36..8afa7756b8f6d1852f93842091f6bd5d7436b0c1 100644 (file)
@@ -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;