]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/ModXact.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / icap / ModXact.cc
index 49caee611b50ed85913a1b840d259720217458e2..cedd2a73f9530d6d8793299b3022a15fed309411 100644 (file)
@@ -716,8 +716,6 @@ void Adaptation::Icap::ModXact::disableBypass(const char *reason, bool including
     }
 }
 
-
-
 // note that allocation for echoing is done in handle204NoContent()
 void Adaptation::Icap::ModXact::maybeAllocateHttpMsg()
 {
@@ -1318,7 +1316,6 @@ void Adaptation::Icap::ModXact::finalizeLogInfo()
     Xaction::finalizeLogInfo();
 }
 
-
 void Adaptation::Icap::ModXact::makeRequestHeaders(MemBuf &buf)
 {
     char ntoabuf[MAX_IPSTRLEN];
@@ -1365,7 +1362,6 @@ void Adaptation::Icap::ModXact::makeRequestHeaders(MemBuf &buf)
         }
     }
 
-
     buf.Printf("Encapsulated: ");
 
     MemBuf httpBuf;
@@ -1785,7 +1781,6 @@ void Adaptation::Icap::ModXact::makeAdaptedBodyPipe(const char *what)
            adapted.body_pipe << " pipe");
 }
 
-
 // TODO: Move SizedEstimate and Preview elsewhere
 
 Adaptation::Icap::SizedEstimate::SizedEstimate()
@@ -1814,8 +1809,6 @@ uint64_t Adaptation::Icap::SizedEstimate::size() const
     return static_cast<uint64_t>(theData);
 }
 
-
-
 Adaptation::Icap::VirginBodyAct::VirginBodyAct(): theStart(0), theState(stUndecided)
 {}
 
@@ -1847,7 +1840,6 @@ uint64_t Adaptation::Icap::VirginBodyAct::offset() const
     return static_cast<uint64_t>(theStart);
 }
 
-
 Adaptation::Icap::Preview::Preview(): theWritten(0), theAd(0), theState(stDisabled)
 {}