Skip to content

Commit

Permalink
STY: fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd Kiva committed Dec 4, 2023
1 parent 20990f6 commit 0c3aefa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/DO/Sara/Core/MultiArray/MultiArrayView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,7 @@ namespace DO { namespace Sara {
inline const_flat_array_view_type flat_array() const
{
return const_flat_array_view_type{
reinterpret_cast<typename ElementTraits<T>::const_pointer>(
data()),
reinterpret_cast<typename ElementTraits<T>::const_pointer>(data()),
static_cast<Eigen::Index>(size())};
}
//! @}
Expand Down

0 comments on commit 0c3aefa

Please sign in to comment.