Fix incorrect whitespace in macro argument list

This commit is contained in:
Vinnie Falco
2013-09-06 13:30:43 -07:00
parent c8cedfc06e
commit 8c2f9e7388

View File

@@ -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);
}