@@ -364,7 +364,7 @@ template <typename Message, typename Traits,
364364 typename ... Signatures, typename ... Args>
365365std::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>
434434template <typename Traits, typename ... Signatures>
435435void 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>
484484template <typename Traits, typename ... Signatures, typename Handler>
485485bool 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>
550550template <typename Traits, typename ... Signatures>
551551void 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