From 48a67dbc9279d56ad510760d0c4da5dfb9e6903d Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Fri, 18 Jul 2025 23:51:05 +0200 Subject: [PATCH] [simd.alg] Fix indentation --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index bdc1680bee..da32b9a221 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -19257,7 +19257,7 @@ \begin{itemdecl} template constexpr basic_vec min(const basic_vec& a, - const basic_vec& b) noexcept; + const basic_vec& b) noexcept; \end{itemdecl} \begin{itemdescr} @@ -19275,7 +19275,7 @@ \begin{itemdecl} template constexpr basic_vec max(const basic_vec& a, - const basic_vec& b) noexcept; + const basic_vec& b) noexcept; \end{itemdecl} \begin{itemdescr}