Skip to content

Commit

Permalink
modify: include guard
Browse files Browse the repository at this point in the history
Signed-off-by: TetsuKawa <[email protected]>
  • Loading branch information
TetsuKawa committed Jan 10, 2025
1 parent d621b41 commit 55a0af5
Showing 1 changed file with 3 additions and 3 deletions.
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 AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
#define AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
#ifndef TOPIC_RELAY_CONTROLLER_HPP_
#define TOPIC_RELAY_CONTROLLER_HPP_

// ROS 2 core
#include <rclcpp/rclcpp.hpp>
Expand Down Expand Up @@ -65,4 +65,4 @@ class TopicRelayController : public rclcpp::Node
};
} // namespace autoware::topic_relay_controller

#endif // AUTOWARE_TOPIC_RELAY_CONTROLLER__TOPIC_RELAY_CONTROLLER_HPP_
#endif // TOPIC_RELAY_CONTROLLER_HPP_

0 comments on commit 55a0af5

Please sign in to comment.