]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/ServiceRep.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / icap / ServiceRep.cc
index f789e2655a29064f3a78fd6577a65636e18c7168..82087c34eaf6f38669337760682de87638249828 100644 (file)
@@ -295,7 +295,6 @@ bool Adaptation::Icap::ServiceRep::availableForOld() const
     return (available != 0); // it is -1 (no limit) or has available slots
 }
 
-
 bool Adaptation::Icap::ServiceRep::wantsUrl(const String &urlPath) const
 {
     Must(hasOptions());
@@ -331,7 +330,6 @@ bool Adaptation::Icap::ServiceRep::allows206() const
     return false;
 }
 
-
 static
 void ServiceRep_noteTimeToUpdate(void *data)
 {
@@ -492,7 +490,6 @@ void Adaptation::Icap::ServiceRep::checkOptions()
         }
     }
 
-
     /*
      *  Check the ICAP server's date header for clock skew
      */