From: Jim Jagielski Date: Thu, 12 Jun 2008 22:32:56 +0000 (+0000) Subject: clearout whitespace X-Git-Tag: 2.2.10~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=444d3b0e0ca74f4bca1f8f1c56c022e7b34af1f3;p=thirdparty%2Fapache%2Fhttpd.git clearout whitespace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667282 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index e39536d1e68..f855bbd3626 100644 --- a/support/ab.c +++ b/support/ab.c @@ -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;