From e6edd8df4219df265bc3e97d8c4f57d7ae88a62d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 14 Jun 2009 14:50:35 +1200 Subject: [PATCH] Formatting --- src/http.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.3