]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Formatting
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 25 Aug 2021 10:24:22 +0000 (12:24 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 24 Sep 2021 07:59:43 +0000 (09:59 +0200)
pdns/recursordist/rec-tcpout.hh

index f342a86b61d8a937a2ca3fc3542fdf894af0d0a7..fb2361f5bdc449243d173a47c817b7b9a25ab4b8 100644 (file)
@@ -67,10 +67,8 @@ public:
   }
 
 private:
-
   std::multimap<ComboAddress, Connection> d_idle_connections;
 };
 
 extern thread_local TCPOutConnectionManager t_tcp_manager;
 uint64_t getCurrentIdleTCPConnections();
-