]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/StrandCoord.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / StrandCoord.cc
index 61164370870bee890a646c878961cb8e41b156b1..cbd99592bbbcf36306c1da75d0682048168d2739 100644 (file)
@@ -5,14 +5,12 @@
  *
  */
 
-
-#include "config.h"
+#include "squid.h"
 #include "Debug.h"
 #include "ipc/Messages.h"
 #include "ipc/StrandCoord.h"
 #include "ipc/TypedMsgHdr.h"
 
-
 Ipc::StrandCoord::StrandCoord(): kidId(-1), pid(0)
 {
 }
@@ -36,9 +34,8 @@ void Ipc::StrandCoord::pack(TypedMsgHdr &hdrMsg) const
     hdrMsg.putString(tag);
 }
 
-
 Ipc::HereIamMessage::HereIamMessage(const StrandCoord &aStrand):
-    strand(aStrand)
+        strand(aStrand)
 {
 }