]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/ecap/MessageRep.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / ecap / MessageRep.h
index 032537da03f549a4635afc2ab6ac16dd7d73808c..9d55c2c62f9dabbd5e1905cb17eabcf78cc75678 100644 (file)
@@ -53,7 +53,6 @@ private:
     HttpMsg &theMessage;   // the message being translated to libecap
 };
 
-
 // Helps translate Squid HttpMsg into libecap::FirstLine (see children).
 class FirstLineRep
 {
@@ -123,7 +122,6 @@ private:
     HttpReply &theMessage; // the request header being translated to libecap
 };
 
-
 // Translates Squid BodyPipe into libecap::Body.
 class BodyRep: public libecap::Body
 {