Skip to content

Commit 24f3eb7

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[exec.spawn.future] Fix indentation
1 parent 7ca1adb commit 24f3eb7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/exec.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5357,11 +5357,11 @@
53575357

53585358
template<class E>
53595359
void set_error(E&& e) && noexcept {
5360-
@\exposid{set-complete}@<set_error_t>(std::forward<E>(e));
5360+
@\exposid{set-complete}@<set_error_t>(std::forward<E>(e));
53615361
}
53625362

53635363
void set_stopped() && noexcept {
5364-
@\exposid{set-complete}@<set_stopped_t>();
5364+
@\exposid{set-complete}@<set_stopped_t>();
53655365
}
53665366

53675367
private:
@@ -5499,9 +5499,9 @@
54995499
std::move(this->@\exposid{result}@).visit(
55005500
[&rcvr](auto&& tuple) noexcept {
55015501
if constexpr (!@\libconcept{same_as}@<remove_reference_t<decltype(tuple)>, monostate>) {
5502-
apply([&rcvr](auto cpo, auto&&... vals) {
5503-
cpo(std::move(rcvr), std::move(vals)...);
5504-
}, std::move(tuple));
5502+
apply([&rcvr](auto cpo, auto&&... vals) {
5503+
cpo(std::move(rcvr), std::move(vals)...);
5504+
}, std::move(tuple));
55055505
}
55065506
});
55075507
\end{codeblock}

0 commit comments

Comments
 (0)