Fix formatting
This commit is contained in:
@@ -26,6 +26,6 @@ const auto constexpr ASSUMED_LANE_WIDTH = 3.25;
|
||||
// how far apart can roads be at the most, when thinking about merging them?
|
||||
const auto constexpr MERGABLE_ANGLE_DIFFERENCE = 95.0;
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif // OSRM_EXTRACTOR_INTERSECTION_CONSTANTS_HPP_
|
||||
|
||||
@@ -247,6 +247,6 @@ class CoordinateExtractor
|
||||
const std::uint8_t considered_lanes) const;
|
||||
};
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif // OSRM_EXTRACTOR_INTERSECTION_COORDINATE_EXTRACTOR_HPP_
|
||||
|
||||
@@ -16,6 +16,6 @@ bool HaveIdenticalNames(const NameID lhs,
|
||||
const NameTable &name_table,
|
||||
const SuffixTable &street_name_suffix_table);
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif /*OSRM_EXTRACTOR_INTERSECTION_HAVE_IDENTICAL_NAMES_HPP_*/
|
||||
|
||||
@@ -85,6 +85,6 @@ getConnectedRoadsForEdgeGeometries(const util::NodeBasedDynamicGraph &graph,
|
||||
// for getConnectedRoads.
|
||||
IntersectionEdge skipDegreeTwoNodes(const util::NodeBasedDynamicGraph &graph,
|
||||
IntersectionEdge road);
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif
|
||||
|
||||
@@ -38,6 +38,6 @@ struct IntersectionEdgeGeometry
|
||||
};
|
||||
|
||||
using IntersectionEdgeGeometries = std::vector<IntersectionEdgeGeometry>;
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif
|
||||
|
||||
@@ -228,6 +228,6 @@ struct IntersectionView final : std::vector<IntersectionViewData>, //
|
||||
using Base = std::vector<IntersectionViewData>;
|
||||
};
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif /* OSRM_EXTRACTOR_INTERSECTION_INTERSECTION_VIEW_HPP_*/
|
||||
|
||||
@@ -307,6 +307,6 @@ struct DistanceToNextIntersectionAccumulator
|
||||
double distance = 0.;
|
||||
};
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::extractor::intersection
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user