format code

This commit is contained in:
Vxider 2019-08-06 22:04:51 +08:00
parent 4d780d99f4
commit 42287c0b72

View File

@ -719,7 +719,7 @@ int Server::main(const std::vector<std::string> & /*args*/)
});
/// TCP with SSL
create_server ("tcp_port_secure", [&](UInt16 port)
create_server("tcp_port_secure", [&](UInt16 port)
{
#if USE_POCO_NETSSL
Poco::Net::SecureServerSocket socket;