]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Kids.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Kids.h
index e5b8a90bd930f15ec74743e6296ae8304a500075..eb79c1f718dab78e83448ebe973063b096f3be94 100644 (file)
@@ -9,7 +9,6 @@
 #include "Array.h"
 #include "ipc/Kid.h"
 
-
 /// a collection of kids
 class Kids
 {
@@ -57,5 +56,4 @@ extern Kids TheKids; ///< All kids being maintained
 typedef char KidName[64]; ///< Squid process name (e.g., "squid-coord")
 extern KidName TheKidName; ///< current Squid process name
 
-
 #endif /* SQUID_IPC_KIDS_H */