Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilman Dannert committed Dec 18, 2023
1 parent 8992b97 commit 6cbffe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gtensor/gview.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ class gview : public gstrided<gview<EC, N>>
template <typename... Args>
GT_INLINE decltype(auto) operator()(Args&&... args);

GT_INLINE decltype(auto) operator[](const shape_type & idx) const;
GT_INLINE decltype(auto) operator[](const shape_type & idx);
GT_INLINE decltype(auto) operator[](const shape_type& idx) const;
GT_INLINE decltype(auto) operator[](const shape_type& idx);

GT_INLINE decltype(auto) data_access(size_type i) const;
GT_INLINE decltype(auto) data_access(size_type i);
Expand Down

0 comments on commit 6cbffe1

Please sign in to comment.