Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 24, 2024
1 parent 6773e83 commit 7c1f559
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
*
*/

#ifndef AUTOWARE__NDT_SCAN_MATCHER__NDT_OMP__MULTI_VOXEL_GRID_COVARIANCE_OMP_IMPL_HPP_
#define AUTOWARE__NDT_SCAN_MATCHER__NDT_OMP__MULTI_VOXEL_GRID_COVARIANCE_OMP_IMPL_HPP_
#ifndef NDT_OMP__MULTI_VOXEL_GRID_COVARIANCE_OMP_IMPL_HPP_
#define NDT_OMP__MULTI_VOXEL_GRID_COVARIANCE_OMP_IMPL_HPP_

// cspell:ignore evecs, evals, covar, eigvalue, futs

Expand Down Expand Up @@ -474,4 +474,4 @@ void pclomp::MultiVoxelGridCovariance<PointT>::computeLeafParams(
#define PCL_INSTANTIATE_VoxelGridCovariance(T) \
template class PCL_EXPORTS pcl::VoxelGridCovariance<T>;

#endif // AUTOWARE__NDT_SCAN_MATCHER__NDT_OMP__MULTI_VOXEL_GRID_COVARIANCE_OMP_IMPL_HPP_
#endif // NDT_OMP__MULTI_VOXEL_GRID_COVARIANCE_OMP_IMPL_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
*
*/

#ifndef AUTOWARE__NDT_SCAN_MATCHER__NDT_OMP__MULTIGRID_NDT_OMP_IMPL_HPP_
#define AUTOWARE__NDT_SCAN_MATCHER__NDT_OMP__MULTIGRID_NDT_OMP_IMPL_HPP_
#ifndef NDT_OMP__MULTIGRID_NDT_OMP_IMPL_HPP_
#define NDT_OMP__MULTIGRID_NDT_OMP_IMPL_HPP_

// cspell:ignore multigrid, nnvn, colj

Expand Down Expand Up @@ -1239,4 +1239,4 @@ pcl::PointCloud<pcl::PointXYZI> MultiGridNormalDistributionsTransform<PointSourc

} // namespace pclomp

#endif // AUTOWARE__NDT_SCAN_MATCHER__NDT_OMP__MULTIGRID_NDT_OMP_IMPL_HPP_
#endif // NDT_OMP__MULTIGRID_NDT_OMP_IMPL_HPP_

0 comments on commit 7c1f559

Please sign in to comment.