From b3c36b58fbae9ab3c4c2432fe10134279d9899d2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:22:10 +0000 Subject: [PATCH] style(pre-commit): autofix --- planning/autoware_path_generator/src/node.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/planning/autoware_path_generator/src/node.hpp b/planning/autoware_path_generator/src/node.hpp index 8b4cc3f8..dd765294 100644 --- a/planning/autoware_path_generator/src/node.hpp +++ b/planning/autoware_path_generator/src/node.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef AUTOWARE__PATH_GENERATOR__NODE_HPP_ -#define AUTOWARE__PATH_GENERATOR__NODE_HPP_ +#ifndef NODE_HPP_ +#define NODE_HPP_ #include "autoware/path_generator/common_structs.hpp" @@ -94,4 +94,4 @@ class PathGenerator : public rclcpp::Node }; } // namespace autoware::path_generator -#endif // AUTOWARE__PATH_GENERATOR__NODE_HPP_ +#endif // NODE_HPP_