Skip to content

Commit c64ea99

Browse files
style(pre-commit): autofix
1 parent 4c5b9b3 commit c64ea99

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

map/map_loader/include/map_loader/lanelet2_differential_loader_module.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 MAP_LOADER_LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP
16-
#define MAP_LOADER_LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP
15+
#ifndef MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
16+
#define MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
1717

1818
#include "lanelet2_extension/io/autoware_multi_osm_parser.hpp"
1919
#include "map_loader/utils.hpp"
@@ -74,4 +74,4 @@ class Lanelet2DifferentialLoaderModule
7474
// Lanelet Parser Functions
7575
};
7676

77-
#endif // MAP_LOADER_LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP
77+
#endif // MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_

map/map_loader/include/map_loader/utils.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 MAP_LOADER_UTILS_HPP
16-
#define MAP_LOADER_UTILS_HPP
15+
#ifndef MAP_LOADER__UTILS_HPP_
16+
#define MAP_LOADER__UTILS_HPP_
1717

1818
#include <yaml-cpp/yaml.h>
1919

@@ -35,4 +35,4 @@ std::map<std::string, Lanelet2FileMetaData> replaceWithAbsolutePath(
3535
const std::map<std::string, Lanelet2FileMetaData> & lanelet2_metadata_path,
3636
const std::vector<std::string> & lanelet2_paths);
3737

38-
#endif // MAP_LOADER_UTILS_HPP
38+
#endif // MAP_LOADER__UTILS_HPP_

map/map_loader/src/lanelet2_map_loader/lanelet2_differential_loader_module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ Lanelet2DifferentialLoaderModule::getLaneletMapMetaDataMsg() const
185185
metadata.header.stamp = clock_->now();
186186

187187
return metadata;
188-
}
188+
}

map/map_loader/src/lanelet2_map_loader/lanelet2_map_loader_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
#include <lanelet2_io/Io.h>
5050
#include <lanelet2_projection/UTM.h>
5151

52-
#include <string>
5352
#include <filesystem>
53+
#include <string>
5454

5555
namespace
5656
{

map/map_loader/src/lanelet2_map_loader/utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ std::map<std::string, Lanelet2FileMetaData> replaceWithAbsolutePath(
5050
}
5151

5252
return absolute_path_map;
53-
}
53+
}

0 commit comments

Comments
 (0)