Skip to content

Commit

Permalink
minor formatting adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Feb 26, 2024
1 parent 9dd342d commit 878edab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/experimental/__p2642_bits/layout_padded.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ struct padded_extent {
}

MDSPAN_INLINE_FUNCTION static constexpr static_array_type
init_padding([[maybe_unused]] const _Extents &exts,
[[maybe_unused]] index_type pv) {
init_padding([[maybe_unused]] const _Extents &exts,
[[maybe_unused]] index_type pv) {
if constexpr (_Extents::rank() > 1) {
return {find_next_multiple(pv,
exts.extent(_ExtentToPadIdx))};
Expand Down

0 comments on commit 878edab

Please sign in to comment.