clang-format

This commit is contained in:
Tatsuhiro Tsujikawa 2017-02-11 13:08:08 +09:00
parent 8aed101585
commit 44e290da66
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ void server::start_accept(boost::asio::ssl::context &tls_context,
void server::start_accept(tcp::acceptor &acceptor, serve_mux &mux) {
if (!acceptor.is_open()) {
if (!acceptor.is_open()) {
return;
}