Skip to content

Commit 088925b

Browse files
pre-commit-ci[bot]esteve
authored andcommitted
style(pre-commit): autofix
1 parent a87c9de commit 088925b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

common/autoware_geography_utils/include/autoware/geography_utils/height.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_GEOGRAPHY_UTILS__HEIGHT_HPP_
16-
#define AUTOWARE_GEOGRAPHY_UTILS__HEIGHT_HPP_
15+
#ifndef AUTOWARE__GEOGRAPHY_UTILS__HEIGHT_HPP_
16+
#define AUTOWARE__GEOGRAPHY_UTILS__HEIGHT_HPP_
1717

1818
#include <string>
1919

@@ -30,4 +30,4 @@ double convert_height(
3030

3131
} // namespace autoware::geography_utils
3232

33-
#endif // AUTOWARE_GEOGRAPHY_UTILS__HEIGHT_HPP_
33+
#endif // AUTOWARE__GEOGRAPHY_UTILS__HEIGHT_HPP_

common/autoware_geography_utils/include/autoware/geography_utils/lanelet2_projector.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_GEOGRAPHY_UTILS__LANELET2_PROJECTOR_HPP_
16-
#define AUTOWARE_GEOGRAPHY_UTILS__LANELET2_PROJECTOR_HPP_
15+
#ifndef AUTOWARE__GEOGRAPHY_UTILS__LANELET2_PROJECTOR_HPP_
16+
#define AUTOWARE__GEOGRAPHY_UTILS__LANELET2_PROJECTOR_HPP_
1717

1818
#include <tier4_map_msgs/msg/map_projector_info.hpp>
1919

@@ -29,4 +29,4 @@ std::unique_ptr<lanelet::Projector> get_lanelet2_projector(const MapProjectorInf
2929

3030
} // namespace autoware::geography_utils
3131

32-
#endif // AUTOWARE_GEOGRAPHY_UTILS__LANELET2_PROJECTOR_HPP_
32+
#endif // AUTOWARE__GEOGRAPHY_UTILS__LANELET2_PROJECTOR_HPP_

common/autoware_geography_utils/include/autoware/geography_utils/projection.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef AUTOWARE_GEOGRAPHY_UTILS__PROJECTION_HPP_
16-
#define AUTOWARE_GEOGRAPHY_UTILS__PROJECTION_HPP_
15+
#ifndef AUTOWARE__GEOGRAPHY_UTILS__PROJECTION_HPP_
16+
#define AUTOWARE__GEOGRAPHY_UTILS__PROJECTION_HPP_
1717

1818
#include <geographic_msgs/msg/geo_point.hpp>
1919
#include <geometry_msgs/msg/point.hpp>
@@ -30,4 +30,4 @@ GeoPoint project_reverse(const LocalPoint & local_point, const MapProjectorInfo
3030

3131
} // namespace autoware::geography_utils
3232

33-
#endif // AUTOWARE_GEOGRAPHY_UTILS__PROJECTION_HPP_
33+
#endif // AUTOWARE__GEOGRAPHY_UTILS__PROJECTION_HPP_

planning/autoware_static_centerline_generator/src/static_centerline_generator_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
#include "type_alias.hpp"
3131
#include "utils.hpp"
3232

33+
#include <autoware/geography_utils/lanelet2_projector.hpp>
3334
#include <autoware/mission_planner/mission_planner_plugin.hpp>
3435
#include <autoware/universe_utils/ros/marker_helper.hpp>
35-
#include <autoware/geography_utils/lanelet2_projector.hpp>
3636
#include <pluginlib/class_loader.hpp>
3737

3838
#include "std_msgs/msg/empty.hpp"

0 commit comments

Comments
 (0)