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
@@ -136,6 +136,6 @@ template <typename Key, typename Value> struct CSVFilesParser
const KeyRule key_rule;
const ValueRule value_rule;
};
} // namespace osrm
} // namespace osrm::updater
#endif
+1 -1
View File
@@ -7,6 +7,6 @@ namespace osrm::updater::csv
{
SegmentLookupTable readSegmentValues(const std::vector<std::string> &paths);
TurnLookupTable readTurnValues(const std::vector<std::string> &paths);
} // namespace osrm
} // namespace osrm::updater::csv
#endif
+1 -1
View File
@@ -86,6 +86,6 @@ struct PenaltySource final
using SegmentLookupTable = LookupTable<Segment, SpeedSource>;
using TurnLookupTable = LookupTable<Turn, PenaltySource>;
} // namespace osrm
} // namespace osrm::updater
#endif
+1 -1
View File
@@ -35,6 +35,6 @@ class Updater
private:
UpdaterConfig config;
};
} // namespace osrm
} // namespace osrm::updater
#endif
+1 -1
View File
@@ -71,6 +71,6 @@ struct UpdaterConfig final : storage::IOConfig
std::vector<std::string> turn_penalty_lookup_paths;
std::string tz_file_path;
};
} // namespace osrm
} // namespace osrm::updater
#endif // EXTRACTOR_OPTIONS_HPP