]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
clearout whitespace
authorJim Jagielski <jim@apache.org>
Thu, 12 Jun 2008 22:32:56 +0000 (22:32 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 12 Jun 2008 22:32:56 +0000 (22:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667282 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index e39536d1e6847eb1088ea08443a732b7a4dd9adb..f855bbd362645f8b17ca521cb99d09e68e2b8d7a 100644 (file)
@@ -1473,7 +1473,7 @@ static void read_connection(struct connection * c)
                 if (!cl) {
                     c->keepalive = 1;
                     c->length = 0; 
-                }      
+                }
             }
             c->bread += c->cbx - (s + l - c->cbuff) + r - tocopy;
             totalbread += c->bread;