From 8c2f9e7388e6869fa8aaf9ce1ffede618c70b24b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 6 Sep 2013 13:30:43 -0700 Subject: [PATCH] Fix incorrect whitespace in macro argument list --- modules/ripple_net/basics/impl/MultiSocketType.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }