Skip to content

Commit

Permalink
Clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Iñigo Moreno committed Jan 24, 2024
1 parent 07226cc commit 37059c7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <noether_tpp/tool_path_planners/raster/plane_slicer_raster_planner.h>

#include <algorithm> // std::find(), std::reverse(), std::unique()
#include <numeric> // std::iota()
#include <stdexcept> // std::runtime_error
#include <string> // std::to_string()
#include <utility> // std::move()
#include <vector> // std::vector
#include <algorithm> // std::find(), std::reverse(), std::unique()
#include <numeric> // std::iota()
#include <stdexcept> // std::runtime_error
#include <string> // std::to_string()
#include <utility> // std::move()
#include <vector> // std::vector

#include <pcl/common/common.h> // pcl::getMinMax3d()
#include <pcl/common/pca.h> // pcl::PCA
Expand Down

0 comments on commit 37059c7

Please sign in to comment.