Skip to content

Commit 6cd965a

Browse files
fixup: remove extraneous space after ==
Co-authored-by: Jan Schultke <[email protected]>
1 parent 0c5e0e0 commit 6cd965a

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
@@ -5883,7 +5883,7 @@
58835883
\end{itemdescr}
58845884

58855885
\begin{itemdecl}
5886-
bool operator== (const task_scheduler& lhs, const task_scheduler& rhs) noexcept;
5886+
bool operator==(const task_scheduler& lhs, const task_scheduler& rhs) noexcept;
58875887
\end{itemdecl}
58885888

58895889
\begin{itemdescr}

0 commit comments

Comments
 (0)