]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/UdpOpenDialer.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / comm / UdpOpenDialer.h
index ca31ce2cd5e421bd67a4f22e481a133b51132fe1..2fa5c33a444efc400b09309ff0e4b8142d7f247c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -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 */
+