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 Jan 30, 2024
1 parent 4c5b9b3 commit c64ea99
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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 MAP_LOADER_LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP
#define MAP_LOADER_LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP
#ifndef MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
#define MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_

#include "lanelet2_extension/io/autoware_multi_osm_parser.hpp"
#include "map_loader/utils.hpp"
Expand Down Expand Up @@ -74,4 +74,4 @@ class Lanelet2DifferentialLoaderModule
// Lanelet Parser Functions
};

#endif // MAP_LOADER_LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP
#endif // MAP_LOADER__LANELET2_DIFFERENTIAL_LOADER_MODULE_HPP_
6 changes: 3 additions & 3 deletions map/map_loader/include/map_loader/utils.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 MAP_LOADER_UTILS_HPP
#define MAP_LOADER_UTILS_HPP
#ifndef MAP_LOADER__UTILS_HPP_
#define MAP_LOADER__UTILS_HPP_

#include <yaml-cpp/yaml.h>

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

#endif // MAP_LOADER_UTILS_HPP
#endif // MAP_LOADER__UTILS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Lanelet2DifferentialLoaderModule::getLaneletMapMetaDataMsg() const
metadata.header.stamp = clock_->now();

return metadata;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#include <lanelet2_io/Io.h>
#include <lanelet2_projection/UTM.h>

#include <string>
#include <filesystem>
#include <string>

namespace
{
Expand Down
2 changes: 1 addition & 1 deletion map/map_loader/src/lanelet2_map_loader/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ std::map<std::string, Lanelet2FileMetaData> replaceWithAbsolutePath(
}

return absolute_path_map;
}
}

0 comments on commit c64ea99

Please sign in to comment.