]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Queue.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Queue.h
index 45fb3af576b42c369e546c0db2ea0e5a35ca1af0..78a1679e196b36111d27d3960e6982c8c1939853 100644 (file)
@@ -254,7 +254,6 @@ private:
     int theLastPopProcessId; ///< the ID of the last process we tried to pop() from
 };
 
-
 // OneToOneUniQueue
 
 template <class Value>
@@ -321,7 +320,6 @@ OneToOneUniQueue::push(const Value &value, QueueReader *const reader)
     return wasEmpty && (!reader || reader->raiseSignal());
 }
 
-
 // OneToOneUniQueues
 
 inline OneToOneUniQueue &
@@ -338,7 +336,6 @@ OneToOneUniQueues::front() const
     return *reinterpret_cast<const OneToOneUniQueue *>(queue);
 }
 
-
 // FewToFewBiQueue
 
 template <class Value>