Replaced tabs with spaces in LibBoostAsioHandler
This commit is contained in:
parent
cdd9918e6a
commit
5410f1abdd
|
|
@ -33,8 +33,8 @@
|
||||||
if (!apStrand) \
|
if (!apStrand) \
|
||||||
{ \
|
{ \
|
||||||
fn(boost::system::errc::make_error_code(boost::system::errc::operation_canceled),std::size_t{0}); \
|
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)); \
|
apStrand->dispatch(boost::bind(fn,ec,bytes_transferred)); \
|
||||||
}
|
}
|
||||||
|
|
@ -47,8 +47,8 @@
|
||||||
if (!apStrand) \
|
if (!apStrand) \
|
||||||
{ \
|
{ \
|
||||||
fn(boost::system::errc::make_error_code(boost::system::errc::operation_canceled)); \
|
fn(boost::system::errc::make_error_code(boost::system::errc::operation_canceled)); \
|
||||||
return; \
|
return; \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
apStrand->dispatch(boost::bind(fn,ec)); \
|
apStrand->dispatch(boost::bind(fn,ec)); \
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue