Skip to content

Commit 8a91772

Browse files
committed
[bad.alloc] Remove indentation in itemdecl.
1 parent 5dc7260 commit 8a91772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,8 +2149,8 @@
21492149
\indexlibrary{\idxcode{bad_alloc}!\idxcode{bad_alloc}}%
21502150
\indexlibrary{\idxcode{operator=}!\tcode{bad_alloc}}%
21512151
\begin{itemdecl}
2152-
bad_alloc(const bad_alloc&) noexcept;
2153-
bad_alloc& operator=(const bad_alloc&) noexcept;
2152+
bad_alloc(const bad_alloc&) noexcept;
2153+
bad_alloc& operator=(const bad_alloc&) noexcept;
21542154
\end{itemdecl}
21552155

21562156
\begin{itemdescr}

0 commit comments

Comments
 (0)