From: Amos Jeffries Date: Sun, 14 Jun 2009 02:50:35 +0000 (+1200) Subject: Formatting X-Git-Tag: SQUID_3_2_0_1~955 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6edd8df4219df265bc3e97d8c4f57d7ae88a62d;p=thirdparty%2Fsquid.git Formatting --- diff --git a/src/http.cc b/src/http.cc index 6bff3c1c89..b4e0151294 100644 --- a/src/http.cc +++ b/src/http.cc @@ -994,14 +994,14 @@ HttpStateData::ReadReplyWrapper(int fd, char *buf, size_t len, comm_err_t flag, assert (fd == httpState->fd); // assert(buf == readBuf->content()); PROF_start(HttpStateData_readReply); - httpState->readReply (len, flag, xerrno); + httpState->readReply(len, flag, xerrno); PROF_stop(HttpStateData_readReply); } */ /* XXX this function is too long! */ void -HttpStateData::readReply (const CommIoCbParams &io) +HttpStateData::readReply(const CommIoCbParams &io) { int bin; int clen;