From e03ca48d84c7fd875b40f503be1dafe115760252 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 6 Sep 2017 05:42:44 +0300 Subject: [PATCH] More uniform style [#CLICKHOUSE-3281]. --- dbms/src/Server/Server.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dbms/src/Server/Server.cpp b/dbms/src/Server/Server.cpp index c41a408f72..8167f85e2f 100644 --- a/dbms/src/Server/Server.cpp +++ b/dbms/src/Server/Server.cpp @@ -321,7 +321,8 @@ int Server::main(const std::vector & args) try_listen = true; } - auto make_socket_address = [&](const std::string & host, UInt16 port) { + auto make_socket_address = [&](const std::string & host, UInt16 port) + { Poco::Net::SocketAddress socket_address; try { -- GitLab