Skip to content

Commit 62284d0

Browse files
fixup: add indentation after template head
Co-authored-by: Jan Schultke <[email protected]>
1 parent 939c801 commit 62284d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6129,7 +6129,7 @@
61296129
using operation_state_concept = operation_state_t;
61306130

61316131
template<class R>
6132-
@\exposid{state}@(coroutine_handle<promise_type> h, R&& rr);
6132+
@\exposid{state}@(coroutine_handle<promise_type> h, R&& rr);
61336133
~@\exposid{state}@();
61346134
void start() & noexcept;
61356135

0 commit comments

Comments
 (0)