diff --git a/modules/ripple_net/basics/impl/MultiSocketType.h b/modules/ripple_net/basics/impl/MultiSocketType.h index 31cf89e68..07080c1e5 100644 --- a/modules/ripple_net/basics/impl/MultiSocketType.h +++ b/modules/ripple_net/basics/impl/MultiSocketType.h @@ -911,7 +911,7 @@ protected: // Call the original handler with the error code and end. m_owner.get_io_service ().wrap ( - BOOST_ASIO_MOVE_CAST (SharedHandlerPtr)(m_handler)) + BOOST_ASIO_MOVE_CAST(SharedHandlerPtr)(m_handler)) (ec); }