From bb9704a96e01068d54292500ae84349738cc7363 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:19:27 +0200 Subject: [PATCH] [mdspan.layout.leftpad.cons,mdspan.layout.leftpad.obs] Fix indentation --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index dd23365a04..2a1ae6fa53 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -23453,7 +23453,7 @@ \indexlibraryctor{layout_left_padded::mapping}% \begin{itemdecl} template -constexpr mapping(const extents_type& ext, OtherIndexType padding); + constexpr mapping(const extents_type& ext, OtherIndexType padding); \end{itemdecl} \begin{itemdescr} @@ -23748,7 +23748,7 @@ \indexlibrarymember{operator()}{layout_left_padded::mapping}% \begin{itemdecl} template -constexpr index_type operator()(Indices... idxs) const noexcept; + constexpr index_type operator()(Indices... idxs) const noexcept; \end{itemdecl} \begin{itemdescr}