Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Museth <[email protected]>
  • Loading branch information
kmuseth committed Oct 13, 2023
1 parent 09dd3ea commit 0eff43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanovdb/nanovdb/util/cuda/CudaPointsToGrid.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public:
/// @note Note that only the return type matters!
/// @details Unlike operator[] it is safe to assume that all pointer types have operator*,
/// which is why pointer_traits makes use of it to determine the element_type that
/// a pointer class is pointing to. E.g. operator[] is not always defined for std::shared_ptr!
/// a pointer class is pointing to. E.g. operator[] is not always defined for std::shared_ptr!
__hostdev__ inline const T& operator*() const {return *mPtr;}
};// fancy_ptr<T>

Expand Down

0 comments on commit 0eff43e

Please sign in to comment.