Skip to content

Commit d7a175e

Browse files
fixup: fix indentation/alignment
Co-authored-by: Jan Schultke <[email protected]>
1 parent 0c9a37f commit d7a175e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/exec.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6264,9 +6264,9 @@
62646264
void uncaught_exception();
62656265
coroutine_handle<> unhandled_stopped();
62666266

6267-
void return_void(); // present only if is_void_v<T> is true;
6267+
void return_void(); // present only if \tcode{is_void_v<T>} is \tcode{true};
62686268
template<class V>
6269-
void return_value(V&& value); // present only if is_void_v<T> is false;
6269+
void return_value(V&& value); // present only if \tcode{is_void_v<T>} is \tcode{false};
62706270

62716271
template<class E>
62726272
@\unspec@ yield_value(with_error<E> error);

0 commit comments

Comments
 (0)