diff --git a/include/libboostasio.h b/include/libboostasio.h index c1c92cf..0a76c76 100644 --- a/include/libboostasio.h +++ b/include/libboostasio.h @@ -33,8 +33,8 @@ if (!apStrand) \ { \ fn(boost::system::errc::make_error_code(boost::system::errc::operation_canceled),std::size_t{0}); \ - return; \ - } \ + return; \ + } \ \ apStrand->dispatch(boost::bind(fn,ec,bytes_transferred)); \ } @@ -47,8 +47,8 @@ if (!apStrand) \ { \ fn(boost::system::errc::make_error_code(boost::system::errc::operation_canceled)); \ - return; \ - } \ + return; \ + } \ \ apStrand->dispatch(boost::bind(fn,ec)); \ }