Skip to content

Commit f993a39

Browse files
committed
[syserr] Whitespace fixes (indentation)
1 parent 94ef282 commit f993a39

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/diagnostics.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@
12711271
\indexlibrarymember{operator=}{error_code}%
12721272
\begin{itemdecl}
12731273
template <class ErrorCodeEnum>
1274-
error_code& operator=(ErrorCodeEnum e) noexcept;
1274+
error_code& operator=(ErrorCodeEnum e) noexcept;
12751275
\end{itemdecl}
12761276

12771277
\begin{itemdescr}
@@ -1364,8 +1364,7 @@
13641364
\indexlibrarymember{operator<<}{error_code}%
13651365
\begin{itemdecl}
13661366
template <class charT, class traits>
1367-
basic_ostream<charT, traits>&
1368-
operator<<(basic_ostream<charT, traits>& os, const error_code& ec);
1367+
basic_ostream<charT, traits>& operator<<(basic_ostream<charT, traits>& os, const error_code& ec);
13691368
\end{itemdecl}
13701369

13711370
\begin{itemdescr}
@@ -1476,7 +1475,7 @@
14761475
\indexlibrarymember{operator=}{error_condition}%
14771476
\begin{itemdecl}
14781477
template <class ErrorConditionEnum>
1479-
error_condition& operator=(ErrorConditionEnum e) noexcept;
1478+
error_condition& operator=(ErrorConditionEnum e) noexcept;
14801479
\end{itemdecl}
14811480

14821481
\begin{itemdescr}

0 commit comments

Comments
 (0)