Replaced tabs with spaces in LibBoostAsioHandler

This commit is contained in:
zerodefect 2017-10-19 16:14:21 +01:00
parent cdd9918e6a
commit 5410f1abdd
1 changed files with 4 additions and 4 deletions

View File

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