From 5410f1abdd8a155f6a072c24a47ec49c5079d881 Mon Sep 17 00:00:00 2001 From: zerodefect Date: Thu, 19 Oct 2017 16:14:21 +0100 Subject: [PATCH] Replaced tabs with spaces in LibBoostAsioHandler --- include/libboostasio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)); \ }