Skip to content

Commit 5e01f22

Browse files
committed
Fixup indent in codeblock to standard 2 spaces
1 parent 36267c4 commit 5e01f22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/numerics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18704,10 +18704,10 @@
1870418704
\begin{codeblock}
1870518705
template<@\exposid{simd-size-type}@ I>
1870618706
typename V::value_type @\exposid{perm-fn}@() {
18707-
constexpr auto src_index = @\exposid{gen-fn}@(I);
18708-
if constexpr (src_index == zero_element) return typename V::value_type();
18709-
else if constexpr (src_index == uninit_element) return @\exposid{unspecified-value}@;
18710-
else return v[src_index];
18707+
constexpr auto src_index = @\exposid{gen-fn}@(I);
18708+
if constexpr (src_index == zero_element) return typename V::value_type();
18709+
else if constexpr (src_index == uninit_element) return @\exposid{unspecified-value}@;
18710+
else return v[src_index];
1871118711
}
1871218712
\end{codeblock}
1871318713
\end{itemize}

0 commit comments

Comments
 (0)