]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/UdpOpenDialer.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / comm / UdpOpenDialer.h
index ca31ce2cd5e421bd67a4f22e481a133b51132fe1..2ca0c622f908fe7ebfb6ec87bee29678bdb5c6b7 100644 (file)
@@ -16,7 +16,7 @@ namespace Comm
 
 /// dials a UDP port-opened call
 class UdpOpenDialer: public CallDialer,
-        public Ipc::StartListeningCb
+    public Ipc::StartListeningCb
 {
 public:
     typedef void (*Handler)(const Comm::ConnectionPointer &conn, int errNo);
@@ -33,3 +33,4 @@ public:
 } // namespace Comm
 
 #endif /* SQUID_COMM_UDPOPENDIALER_H */
+