Fix formatting
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -86,6 +86,6 @@ struct PenaltySource final
|
||||
|
||||
using SegmentLookupTable = LookupTable<Segment, SpeedSource>;
|
||||
using TurnLookupTable = LookupTable<Turn, PenaltySource>;
|
||||
} // namespace osrm
|
||||
} // namespace osrm::updater
|
||||
|
||||
#endif
|
||||
|
||||
@@ -35,6 +35,6 @@ class Updater
|
||||
private:
|
||||
UpdaterConfig config;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::updater
|
||||
|
||||
#endif
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user