Skip to content

Commit 0b6b44b

Browse files
authored
[stacktrace.basic.nonmem] Fix indentation
1 parent b536020 commit 0b6b44b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/diagnostics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,8 +2289,8 @@
22892289
\indexlibrarymember{swap}{basic_stacktrace}%
22902290
\begin{itemdecl}
22912291
template<class Allocator>
2292-
void swap(basic_stacktrace<Allocator>& a, basic_stacktrace<Allocator>& b)
2293-
noexcept(noexcept(a.swap(b)));
2292+
void swap(basic_stacktrace<Allocator>& a, basic_stacktrace<Allocator>& b)
2293+
noexcept(noexcept(a.swap(b)));
22942294
\end{itemdecl}
22952295

22962296
\begin{itemdescr}
@@ -2319,7 +2319,7 @@
23192319
\indexlibrarymember{to_string}{basic_stacktrace}%
23202320
\begin{itemdecl}
23212321
template<class Allocator>
2322-
string to_string(const basic_stacktrace<Allocator>& st);
2322+
string to_string(const basic_stacktrace<Allocator>& st);
23232323
\end{itemdecl}
23242324

23252325
\begin{itemdescr}

0 commit comments

Comments
 (0)