From 315dcda83549635990b28abc86965b6b74962395 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:02:56 +0200 Subject: [PATCH] [execution.syn] Fix indentation --- source/exec.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/exec.tex b/source/exec.tex index 2fd6f4f240..b4cc56b236 100644 --- a/source/exec.tex +++ b/source/exec.tex @@ -562,16 +562,16 @@ template, template class Tuple = @\exposid{decayed-tuple}@, template class Variant = @\exposid{variant-or-empty}@> - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ using value_types_of_t = @\seebelow@; template, template class Variant = @\exposid{variant-or-empty}@> - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ using error_types_of_t = @\seebelow@; template> - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ constexpr bool sends_stopped = @\seebelow@; template @@ -598,7 +598,7 @@ consteval auto get_completion_signatures() -> @\exposconcept{valid-completion-signatures}@ auto; template - requires @\libconcept{sender_in}@ + requires @\libconcept{sender_in}@ using completion_signatures_of_t = decltype(get_completion_signatures()); // \ref{exec.connect}, the connect sender algorithm