]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpReply.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / HttpReply.cc
index aac0bdb7e9368d5584e69844104d5898c8daf237..f0090e1d211c39dcb9643c570a11ffb5a4f6c9db 100644 (file)
@@ -626,7 +626,6 @@ HttpReply::clone() const
     return rep;
 }
 
-
 bool HttpReply::inheritProperties(const HttpMsg *aMsg)
 {
     const HttpReply *aRep = dynamic_cast<const HttpReply*>(aMsg);