From 1b2504623b3923ff2f7d12a364062f67587b19dd Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon, 21 Nov 2022 17:54:15 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 .../hpp/manipulation/path-optimization/spline-gradient-based.hh | 2 +-
 src/astar.hh                                                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/hpp/manipulation/path-optimization/spline-gradient-based.hh b/include/hpp/manipulation/path-optimization/spline-gradient-based.hh
index f52d6d71..10f77c97 100644
--- a/include/hpp/manipulation/path-optimization/spline-gradient-based.hh
+++ b/include/hpp/manipulation/path-optimization/spline-gradient-based.hh
@@ -97,7 +97,7 @@ class HPP_MANIPULATION_DLLAPI SplineGradientBased
                                                   LinearConstraint& lc) const;
 };  // SplineGradientBased
 }  // namespace pathOptimization
-/// \}
+///  \}
 }  // namespace manipulation
 }  // namespace hpp
 
diff --git a/src/astar.hh b/src/astar.hh
index a680f7f3..ae9508cc 100644
--- a/src/astar.hh
+++ b/src/astar.hh
@@ -37,7 +37,7 @@
 #include <hpp/manipulation/graph/state-selector.hh>
 #include <hpp/manipulation/roadmap-node.hh>
 #include <limits>
-//# include <hpp/core/path-vector.hh>
+// # include <hpp/core/path-vector.hh>
 
 namespace hpp {
 namespace manipulation {
-- 
GitLab