diff options
author | Jim Jagielski <jim@apache.org> | 2008-06-12 22:32:56 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2008-06-12 22:32:56 +0000 |
commit | 444d3b0e0ca74f4bca1f8f1c56c022e7b34af1f3 (patch) | |
tree | bb9c18f3d7662bf88193b20f85b670c2b5ddfb12 /support | |
parent | b96b9c33364b859385952cca49c114e1f8410241 (diff) | |
download | httpd-444d3b0e0ca74f4bca1f8f1c56c022e7b34af1f3.tar.gz |
clearout whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/ab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/ab.c b/support/ab.c index e39536d1e6..f855bbd362 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; |