Skip to content

Commit 9b9e91c

Browse files
committed
[diagnostics] Whitespace fixes around punctuators
1 parent f700b38 commit 9b9e91c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/diagnostics.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,8 @@
11181118
bool operator<(const error_code& lhs, const error_code& rhs) noexcept;
11191119

11201120
template <class charT, class traits>
1121-
basic_ostream<charT,traits>&
1122-
operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
1121+
basic_ostream<charT, traits>&
1122+
operator<<(basic_ostream<charT, traits>& os, const error_code& ec);
11231123
} // namespace std
11241124
\end{codeblock}
11251125

@@ -1300,8 +1300,8 @@
13001300
\indexlibrary{\idxcode{error_code}!\idxcode{operator\shl}}%
13011301
\begin{itemdecl}
13021302
template <class charT, class traits>
1303-
basic_ostream<charT,traits>&
1304-
operator<<(basic_ostream<charT,traits>& os, const error_code& ec);
1303+
basic_ostream<charT, traits>&
1304+
operator<<(basic_ostream<charT, traits>& os, const error_code& ec);
13051305
\end{itemdecl}
13061306

13071307
\begin{itemdescr}
@@ -1332,7 +1332,7 @@
13321332

13331333
// \ref{syserr.errcondition.modifiers} modifiers:
13341334
void assign(int val, const error_category& cat) noexcept;
1335-
template<class ErrorConditionEnum>
1335+
template <class ErrorConditionEnum>
13361336
error_condition& operator=(ErrorConditionEnum e) noexcept;
13371337
void clear() noexcept;
13381338

0 commit comments

Comments
 (0)