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
+1 -1
View File
@@ -89,6 +89,6 @@ inline std::vector<NodeID> BruteForceTrip(const std::size_t number_of_locations,
return route;
}
} // namespace osrm
} // namespace osrm::engine::trip
#endif // TRIP_BRUTE_FORCE_HPP
@@ -171,6 +171,6 @@ FarthestInsertionTrip(const std::size_t number_of_locations,
return FindRoute(number_of_locations, dist_table, max_from, max_to);
}
} // namespace osrm
} // namespace osrm::engine::trip
#endif // TRIP_FARTHEST_INSERTION_HPP
@@ -88,6 +88,6 @@ std::vector<NodeID> NearestNeighbourTrip(const NodeIDIterator &start,
}
return route;
}
} // namespace osrm
} // namespace osrm::engine::trip
#endif // TRIP_NEAREST_NEIGHBOUR_HPP