Skip to content

Commit b8b075b

Browse files
style(pre-commit): autofix
1 parent 815db5d commit b8b075b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

map/autoware_map_loader/src/lanelet2_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 LANELET2_MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
16+
#define LANELET2_MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
1717

1818
#include "autoware_lanelet2_extension/io/autoware_multi_osm_parser.hpp"
1919
#include "utils.hpp"
@@ -83,4 +83,4 @@ class Lanelet2DifferentialLoaderModule
8383
const double & x_res, const double & y_res) const;
8484
};
8585

86-
#endif // MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
86+
#endif // LANELET2_MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_

map/autoware_map_loader/src/lanelet2_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 LANELET2_MAP_LOADER__UTILS_HPP_
16+
#define LANELET2_MAP_LOADER__UTILS_HPP_
1717

1818
#include <map>
1919
#include <string>
@@ -32,4 +32,4 @@ std::map<std::string, Lanelet2FileMetaData> replaceWithAbsolutePath(
3232
const std::map<std::string, Lanelet2FileMetaData> & lanelet2_metadata_path,
3333
const std::vector<std::string> & lanelet2_paths);
3434

35-
#endif // MAP_LOADER__UTILS_HPP_
35+
#endif // LANELET2_MAP_LOADER__UTILS_HPP_

0 commit comments

Comments
 (0)