Fix formatting
This commit is contained in:
@@ -34,6 +34,6 @@ class MatchPlugin : public BasePlugin
|
||||
const int max_locations_map_matching;
|
||||
const double max_radius_map_matching;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif // MATCH_HPP
|
||||
|
||||
@@ -22,6 +22,6 @@ class NearestPlugin final : public BasePlugin
|
||||
private:
|
||||
const int max_results;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif /* NEAREST_HPP */
|
||||
|
||||
@@ -321,6 +321,6 @@ class BasePlugin
|
||||
std::to_string(missing_index);
|
||||
}
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif /* BASE_PLUGIN_HPP */
|
||||
|
||||
@@ -23,6 +23,6 @@ class TablePlugin final : public BasePlugin
|
||||
private:
|
||||
const int max_locations_distance_table;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif // TABLE_HPP
|
||||
|
||||
@@ -26,6 +26,6 @@ class TilePlugin final : public BasePlugin
|
||||
const api::TileParameters ¶meters,
|
||||
osrm::engine::api::ResultT &pbf_buffer) const;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif /* TILEPLUGIN_HPP */
|
||||
|
||||
@@ -38,6 +38,6 @@ class TripPlugin final : public BasePlugin
|
||||
const api::TripParameters ¶meters,
|
||||
osrm::engine::api::ResultT &json_result) const;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif // TRIP_HPP
|
||||
|
||||
@@ -31,6 +31,6 @@ class ViaRoutePlugin final : public BasePlugin
|
||||
const api::RouteParameters &route_parameters,
|
||||
osrm::engine::api::ResultT &json_result) const;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::engine::plugins
|
||||
|
||||
#endif // VIA_ROUTE_HPP
|
||||
|
||||
Reference in New Issue
Block a user