Skip to content

Commit 5daa14e

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[thread.thread.id] Remove extraneous space in operator<< declaration
1 parent ff8733a commit 5daa14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@
15871587
\begin{itemdecl}
15881588
template<class charT, class traits>
15891589
basic_ostream<charT, traits>&
1590-
operator<< (basic_ostream<charT, traits>& out, thread::id id);
1590+
operator<<(basic_ostream<charT, traits>& out, thread::id id);
15911591
\end{itemdecl}
15921592

15931593
\begin{itemdescr}

0 commit comments

Comments
 (0)