Format all C++ and Java code via clang-format

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-17 14:32:37 +07:00
parent 9f0290c0ec
commit bfffa1fff4
2169 changed files with 56441 additions and 64188 deletions

View File

@@ -61,8 +61,7 @@ bool IsRoad(Types const & types)
void FillSegmentInfo(std::vector<double> const & times, std::vector<RouteSegment> & routeSegments);
void ReconstructRoute(DirectionsEngine & engine, IndexRoadGraph const & graph,
base::Cancellable const & cancellable,
void ReconstructRoute(DirectionsEngine & engine, IndexRoadGraph const & graph, base::Cancellable const & cancellable,
std::vector<geometry::PointWithAltitude> const & path, std::vector<double> const & times,
Route & route);
@@ -80,9 +79,8 @@ bool RectCoversPolyline(IRoadGraph::PointWithAltitudeVec const & junctions, m2::
/// of edges,
/// if graph ends before this number is reached then junction is assumed as not connected to the
/// world graph.
bool CheckGraphConnectivity(Segment const & start, bool isOutgoing,
bool useRoutingOptions, size_t limit, WorldGraph & graph,
std::set<Segment> & marked);
bool CheckGraphConnectivity(Segment const & start, bool isOutgoing, bool useRoutingOptions, size_t limit,
WorldGraph & graph, std::set<Segment> & marked);
struct AStarLengthChecker
{