From f4bd16591b33abd728663d90617ba95b714f87e3 Mon Sep 17 00:00:00 2001 From: Martin Perzl Date: Tue, 8 Jan 2019 16:19:10 +0100 Subject: [PATCH] fix gcc -Wmisleading-indentation compile warning --- src/internal/sio_client_impl.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/internal/sio_client_impl.cpp b/src/internal/sio_client_impl.cpp index e8da085e..0ae2b6ee 100644 --- a/src/internal/sio_client_impl.cpp +++ b/src/internal/sio_client_impl.cpp @@ -279,7 +279,9 @@ namespace sio if(ec || m_con.expired()) { if (ec != boost::asio::error::operation_aborted) - LOG("ping exit,con is expired?"<expires_from_now(milliseconds(m_ping_interval), ec); - if(ec)LOG("ec:"<async_wait(lib::bind(&client_impl::ping,this,lib::placeholders::_1)); LOG("On handshake,sid:"<