]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/ServiceFilter.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / ServiceFilter.cc
index eb3965b89c49a3bfaf387eeaa7d8acd6a5ca69a1..f7cd8d398982734cda44c24eb180bc75b2d7011b 100644 (file)
@@ -3,7 +3,6 @@
 #include "HttpReply.h"
 #include "adaptation/ServiceFilter.h"
 
-
 Adaptation::ServiceFilter::ServiceFilter(Method aMethod, VectPoint aPoint,
         HttpRequest *aReq, HttpReply *aRep): method(aMethod), point(aPoint),
         request(HTTPMSGLOCK(aReq)),