]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/delay_pools.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / delay_pools.cc
index 08169d24ac7dd99fd14def531b9667ef0ad94d22..1f05e4dd49fb89b17a7ac971ddb8890b0c25f373 100644 (file)
@@ -555,7 +555,6 @@ DelayPools::Init()
     RegisterWithCacheManager();
 }
 
-
 void
 DelayPools::InitDelayData()
 {
@@ -893,7 +892,6 @@ ClassCNetPool::makeKey(Ip::Address &src_addr) const
     return ( (ntohl(net.s_addr) >> 8) & 0xff);
 }
 
-
 ClassCHostPool::ClassCHostPool()
 {
     DelayPools::registerForUpdates (this);