]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Formatting
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 02:50:35 +0000 (14:50 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Jun 2009 02:50:35 +0000 (14:50 +1200)
src/http.cc

index 6bff3c1c8932cebc652ee6c53a449df467a107b2..b4e015129478b7718234c8ce31366c5511567be5 100644 (file)
@@ -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;