Skip to content

Commit fa42676

Browse files
committed
Fixup indent in codeblock to standard 2 spaces
1 parent 228ad24 commit fa42676

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
@@ -18705,10 +18705,10 @@
1870518705
\begin{codeblock}
1870618706
template<@\exposid{simd-size-type}@ I>
1870718707
typename V::value_type @\exposid{perm-fn}@() {
18708-
constexpr auto src_index = @\exposid{gen-fn}@(I);
18709-
if constexpr (src_index == zero_element) return typename V::value_type();
18710-
else if constexpr (src_index == uninit_element) return @\exposid{unspecified-value}@;
18711-
else return v[src_index];
18708+
constexpr auto src_index = @\exposid{gen-fn}@(I);
18709+
if constexpr (src_index == zero_element) return typename V::value_type();
18710+
else if constexpr (src_index == uninit_element) return @\exposid{unspecified-value}@;
18711+
else return v[src_index];
1871218712
}
1871318713
\end{codeblock}
1871418714
\end{itemize}

0 commit comments

Comments
 (0)