Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-20 18:00:11 +01:00
parent d7c44f0bc0
commit 7c06726a35
454 changed files with 461 additions and 461 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ namespace routing_algorithms::offline
struct Algorithm final
{
};
} // namespace routing_algorithms
} // namespace routing_algorithms::offline
// Define engine data for offline data facade
template <> struct SearchEngineData<routing_algorithms::offline::Algorithm>
@@ -361,9 +361,9 @@ void unpackPath(const FacadeT &facade,
mld::unpackPath(facade, packed_path_begin, packed_path_end, endpoints, unpacked_path);
}
} // namespace routing_algorithms
} // namespace routing_algorithms::offline
} // namespace osrm
} // namespace osrm::engine
BOOST_AUTO_TEST_SUITE(offline_facade)