]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Coordinator.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Coordinator.cc
index 78953b00e981b89293a4defd7923c9a569de08b6..e54b028cbf479aa2ef8bffb970d48922e85d3fb2 100644 (file)
@@ -5,7 +5,6 @@
  *
  */
 
-
 #include "squid.h"
 #include "base/Subscription.h"
 #include "base/TextException.h"
@@ -30,7 +29,6 @@
 CBDATA_NAMESPACED_CLASS_INIT(Ipc, Coordinator);
 Ipc::Coordinator* Ipc::Coordinator::TheInstance = NULL;
 
-
 Ipc::Coordinator::Coordinator():
         Port(coordinatorAddr)
 {