You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2011/08/28 19:12:14 UTC

svn commit: r1162559 - /httpd/httpd/trunk/modules/http/byterange_filter.c

Author: rpluem
Date: Sun Aug 28 17:12:14 2011
New Revision: 1162559

URL: http://svn.apache.org/viewvc?rev=1162559&view=rev
Log:
* Damm it. Missed another superflous whitespace.

Modified:
    httpd/httpd/trunk/modules/http/byterange_filter.c

Modified: httpd/httpd/trunk/modules/http/byterange_filter.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/byterange_filter.c?rev=1162559&r1=1162558&r2=1162559&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/http/byterange_filter.c (original)
+++ httpd/httpd/trunk/modules/http/byterange_filter.c Sun Aug 28 17:12:14 2011
@@ -539,9 +539,9 @@ static int ap_set_byterange(request_rec 
         }
         in_merge = 0;
 
-        if (start >= ostart && end <= oend) { 
+        if (start >= ostart && end <= oend) {
             in_merge = 1;
-        } 
+        }
 
         if (start < ostart && end >= ostart-1) {
             ostart = start;