Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Third Party committed Jan 16, 2023
1 parent 45abb35 commit 8129804
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/llama/mapping/BitPackedIntSoA.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,5 @@ namespace llama::mapping
typename LinearizeArrayDimsFunctor,
typename StoredIntegral>
inline constexpr bool isBitPackedIntSoA<
BitPackedIntSoA<ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayDimsFunctor, StoredIntegral>>
= true;
BitPackedIntSoA<ArrayExtents, RecordDim, Bits, SignBit, LinearizeArrayDimsFunctor, StoredIntegral>> = true;
} // namespace llama::mapping

0 comments on commit 8129804

Please sign in to comment.