Skip to content

Commit d8d9962

Browse files
committed
[bad.cast], [bad.typeid] Remove indentation in itemdecl.
1 parent 8a91772 commit d8d9962

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/support.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,8 +2456,8 @@
24562456
\indexlibrary{\idxcode{bad_cast}!\tcode{bad_cast}}%
24572457
\indexlibrary{\idxcode{operator=}!\tcode{bad_cast}}%
24582458
\begin{itemdecl}
2459-
bad_cast(const bad_cast&) noexcept;
2460-
bad_cast& operator=(const bad_cast&) noexcept;
2459+
bad_cast(const bad_cast&) noexcept;
2460+
bad_cast& operator=(const bad_cast&) noexcept;
24612461
\end{itemdecl}
24622462

24632463
\begin{itemdescr}
@@ -2531,8 +2531,8 @@
25312531
\indexlibrary{\idxcode{bad_typeid}!\tcode{bad_typeid}}%
25322532
\indexlibrary{\idxcode{operator=}!\tcode{bad_typeid}}%
25332533
\begin{itemdecl}
2534-
bad_typeid(const bad_typeid&) noexcept;
2535-
bad_typeid& operator=(const bad_typeid&) noexcept;
2534+
bad_typeid(const bad_typeid&) noexcept;
2535+
bad_typeid& operator=(const bad_typeid&) noexcept;
25362536
\end{itemdecl}
25372537

25382538
\begin{itemdescr}

0 commit comments

Comments
 (0)