Skip to content

Commit

Permalink
fix include guard name
Browse files Browse the repository at this point in the history
Co-authored-by: Yutaka Kondo <[email protected]>
  • Loading branch information
mitukou1109 and youtalk authored Jan 9, 2025
1 parent d1a2358 commit b7bb606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions planning/autoware_path_generator/src/node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef NODE_HPP_
#define NODE_HPP_
#ifndef AUTOWARE__PATH_GENERATOR__NODE_HPP_
#define AUTOWARE__PATH_GENERATOR__NODE_HPP_

#include "autoware/path_generator/common_structs.hpp"

Expand Down Expand Up @@ -94,4 +94,4 @@ class PathGenerator : public rclcpp::Node
};
} // namespace autoware::path_generator

#endif // NODE_HPP_
#endif // AUTOWARE__PATH_GENERATOR__NODE_HPP_

0 comments on commit b7bb606

Please sign in to comment.