Skip to content

Commit 00e12be

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[simd.alg] Fix indentation
1 parent 4b07ece commit 00e12be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19257,7 +19257,7 @@
1925719257
\begin{itemdecl}
1925819258
template<class T, class Abi>
1925919259
constexpr basic_vec<T, Abi> min(const basic_vec<T, Abi>& a,
19260-
const basic_vec<T, Abi>& b) noexcept;
19260+
const basic_vec<T, Abi>& b) noexcept;
1926119261
\end{itemdecl}
1926219262

1926319263
\begin{itemdescr}
@@ -19275,7 +19275,7 @@
1927519275
\begin{itemdecl}
1927619276
template<class T, class Abi>
1927719277
constexpr basic_vec<T, Abi> max(const basic_vec<T, Abi>& a,
19278-
const basic_vec<T, Abi>& b) noexcept;
19278+
const basic_vec<T, Abi>& b) noexcept;
1927919279
\end{itemdecl}
1928019280

1928119281
\begin{itemdescr}

0 commit comments

Comments
 (0)