Skip to content

Commit 255cdfe

Browse files
committed
Remove tabs.
1 parent f251893 commit 255cdfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/asio/experimental/detail/impl/channel_service.hpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ template <typename Message, typename Traits,
364364
typename... Signatures, typename... Args>
365365
std::size_t channel_service<Mutex>::try_send_n(
366366
channel_service<Mutex>::implementation_type<Traits, Signatures...>& impl,
367-
std::size_t count, bool via_dispatch, Args&&... args)
367+
std::size_t count, bool via_dispatch, Args&&... args)
368368
{
369369
typedef typename implementation_type<Traits,
370370
Signatures...>::payload_type payload_type;
@@ -434,8 +434,8 @@ template <typename Mutex>
434434
template <typename Traits, typename... Signatures>
435435
void channel_service<Mutex>::start_send_op(
436436
channel_service<Mutex>::implementation_type<Traits, Signatures...>& impl,
437-
channel_send<typename implementation_type<
438-
Traits, Signatures...>::payload_type>* send_op)
437+
channel_send<typename implementation_type<
438+
Traits, Signatures...>::payload_type>* send_op)
439439
{
440440
typedef typename implementation_type<Traits,
441441
Signatures...>::payload_type payload_type;
@@ -484,7 +484,7 @@ template <typename Mutex>
484484
template <typename Traits, typename... Signatures, typename Handler>
485485
bool channel_service<Mutex>::try_receive(
486486
channel_service<Mutex>::implementation_type<Traits, Signatures...>& impl,
487-
Handler&& handler)
487+
Handler&& handler)
488488
{
489489
typedef typename implementation_type<Traits,
490490
Signatures...>::payload_type payload_type;
@@ -550,8 +550,8 @@ template <typename Mutex>
550550
template <typename Traits, typename... Signatures>
551551
void channel_service<Mutex>::start_receive_op(
552552
channel_service<Mutex>::implementation_type<Traits, Signatures...>& impl,
553-
channel_receive<typename implementation_type<
554-
Traits, Signatures...>::payload_type>* receive_op)
553+
channel_receive<typename implementation_type<
554+
Traits, Signatures...>::payload_type>* receive_op)
555555
{
556556
typedef typename implementation_type<Traits,
557557
Signatures...>::traits_type traits_type;

0 commit comments

Comments
 (0)