Skip to content

Commit

Permalink
Ran format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekrom-7780 committed Nov 25, 2023
1 parent 49ec502 commit afda84e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/include/pcl/impl/point_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,6 @@ namespace pcl
inline constexpr IntensityGradient (): IntensityGradient (0.f, 0.f, 0.f) {}

inline constexpr IntensityGradient (float _x, float _y, float _z): gradient_x (_x), gradient_y (_y), gradient_z (_z) {}

friend std::ostream& operator << (std::ostream& os, const IntensityGradient& p);
};

Expand Down

0 comments on commit afda84e

Please sign in to comment.