Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 11, 2024
1 parent c0a3a13 commit 9171ca6
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 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__AD_API_SPECS__FAIL_SAFE_HPP_
#define AUTOWARE__AD_API_SPECS__FAIL_SAFE_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__FAIL_SAFE_HPP_
#define AUTOWARE__ADAPI_SPECS__FAIL_SAFE_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -33,4 +33,4 @@ struct MrmState

} // namespace autoware::adapi_specs::fail_safe

#endif // AUTOWARE__AD_API_SPECS__FAIL_SAFE_HPP_
#endif // AUTOWARE__ADAPI_SPECS__FAIL_SAFE_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__AD_API_SPECS__INTERFACE_HPP_
#define AUTOWARE__AD_API_SPECS__INTERFACE_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__INTERFACE_HPP_
#define AUTOWARE__ADAPI_SPECS__INTERFACE_HPP_

#include <autoware_adapi_version_msgs/srv/interface_version.hpp>

Expand All @@ -28,4 +28,4 @@ struct Version

} // namespace autoware::adapi_specs::interface

#endif // AUTOWARE__AD_API_SPECS__INTERFACE_HPP_
#endif // AUTOWARE__ADAPI_SPECS__INTERFACE_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__AD_API_SPECS__LOCALIZATION_HPP_
#define AUTOWARE__AD_API_SPECS__LOCALIZATION_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__LOCALIZATION_HPP_
#define AUTOWARE__ADAPI_SPECS__LOCALIZATION_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -40,4 +40,4 @@ struct InitializationState

} // namespace autoware::adapi_specs::localization

#endif // AUTOWARE__AD_API_SPECS__LOCALIZATION_HPP_
#endif // AUTOWARE__ADAPI_SPECS__LOCALIZATION_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__AD_API_SPECS__MOTION_HPP_
#define AUTOWARE__AD_API_SPECS__MOTION_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__MOTION_HPP_
#define AUTOWARE__ADAPI_SPECS__MOTION_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -40,4 +40,4 @@ struct State

} // namespace autoware::adapi_specs::motion

#endif // AUTOWARE__AD_API_SPECS__MOTION_HPP_
#endif // AUTOWARE__ADAPI_SPECS__MOTION_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__AD_API_SPECS__OPERATION_MODE_HPP_
#define AUTOWARE__AD_API_SPECS__OPERATION_MODE_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__OPERATION_MODE_HPP_
#define AUTOWARE__ADAPI_SPECS__OPERATION_MODE_HPP_

#include <rclcpp/qos.hpp>

Expand Down Expand Up @@ -70,4 +70,4 @@ struct OperationModeState

} // namespace autoware::adapi_specs::operation_mode

#endif // AUTOWARE__AD_API_SPECS__OPERATION_MODE_HPP_
#endif // AUTOWARE__ADAPI_SPECS__OPERATION_MODE_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__AD_API_SPECS__PERCEPTION_HPP_
#define AUTOWARE__AD_API_SPECS__PERCEPTION_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__PERCEPTION_HPP_
#define AUTOWARE__ADAPI_SPECS__PERCEPTION_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -33,4 +33,4 @@ struct DynamicObjectArray

} // namespace autoware::adapi_specs::perception

#endif // AUTOWARE__AD_API_SPECS__PERCEPTION_HPP_
#endif // AUTOWARE__ADAPI_SPECS__PERCEPTION_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__AD_API_SPECS__PLANNING_HPP_
#define AUTOWARE__AD_API_SPECS__PLANNING_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__PLANNING_HPP_
#define AUTOWARE__ADAPI_SPECS__PLANNING_HPP_

#include <rclcpp/qos.hpp>

Expand Down Expand Up @@ -43,4 +43,4 @@ struct SteeringFactors

} // namespace autoware::adapi_specs::planning

#endif // AUTOWARE__AD_API_SPECS__PLANNING_HPP_
#endif // AUTOWARE__ADAPI_SPECS__PLANNING_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__AD_API_SPECS__ROUTING_HPP_
#define AUTOWARE__AD_API_SPECS__ROUTING_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__ROUTING_HPP_
#define AUTOWARE__ADAPI_SPECS__ROUTING_HPP_

#include <rclcpp/qos.hpp>

Expand Down Expand Up @@ -76,4 +76,4 @@ struct Route

} // namespace autoware::adapi_specs::routing

#endif // AUTOWARE__AD_API_SPECS__ROUTING_HPP_
#endif // AUTOWARE__ADAPI_SPECS__ROUTING_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__AD_API_SPECS__SYSTEM_HPP_
#define AUTOWARE__AD_API_SPECS__SYSTEM_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__SYSTEM_HPP_
#define AUTOWARE__ADAPI_SPECS__SYSTEM_HPP_

#include <rclcpp/qos.hpp>

Expand All @@ -33,4 +33,4 @@ struct Heartbeat

} // namespace autoware::adapi_specs::system

#endif // AUTOWARE__AD_API_SPECS__SYSTEM_HPP_
#endif // AUTOWARE__ADAPI_SPECS__SYSTEM_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__AD_API_SPECS__VEHICLE_HPP_
#define AUTOWARE__AD_API_SPECS__VEHICLE_HPP_
#ifndef AUTOWARE__ADAPI_SPECS__VEHICLE_HPP_
#define AUTOWARE__ADAPI_SPECS__VEHICLE_HPP_

#include <rclcpp/qos.hpp>

Expand Down Expand Up @@ -74,4 +74,4 @@ struct DoorStatus

} // namespace autoware::adapi_specs::vehicle

#endif // AUTOWARE__AD_API_SPECS__VEHICLE_HPP_
#endif // AUTOWARE__ADAPI_SPECS__VEHICLE_HPP_

0 comments on commit 9171ca6

Please sign in to comment.