From: Jim Jagielski Date: Thu, 12 Jun 2008 22:26:30 +0000 (+0000) Subject: clear out bogus whitespace X-Git-Tag: 2.3.0~494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ab8a9d2c748598315be4fbab10f16c7ea0bdde4;p=thirdparty%2Fapache%2Fhttpd.git clear out bogus whitespace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@667275 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index d1cf2ad8e54..95b48a4fc06 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;