Skip to content

Commit

Permalink
fix include guard
Browse files Browse the repository at this point in the history
Signed-off-by: Go Sakayori <[email protected]>
  • Loading branch information
go-sakayori committed Jun 7, 2024
1 parent 23643f4 commit bffc7c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions control/autoware_vehicle_cmd_gate/src/vehicle_cmd_gate.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 AUTOWARE_VEHICLE_CMD_GATE_HPP_
#define AUTOWARE_VEHICLE_CMD_GATE_HPP_
#ifndef VEHICLE_CMD_GATE_HPP_
#define VEHICLE_CMD_GATE_HPP_

#include "adapi_pause_interface.hpp"
#include "moderate_stop_interface.hpp"
Expand Down Expand Up @@ -258,4 +258,4 @@ class VehicleCmdGate : public rclcpp::Node
};

} // namespace autoware::vehicle_cmd_gate
#endif // AUTOWARE_VEHICLE_CMD_GATE_HPP_
#endif // VEHICLE_CMD_GATE_HPP_

0 comments on commit bffc7c2

Please sign in to comment.