mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix incorrect whitespace in macro argument list
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user