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
+2 -2
View File
@@ -13,7 +13,7 @@
namespace osrm::util::guidance
{
class BearingClass;
} // namespace osrm
} // namespace osrm::util::guidance
namespace std
{
@@ -54,7 +54,7 @@ class BearingClass
friend std::size_t std::hash<BearingClass>::operator()(const BearingClass &) const;
};
} // namespace osrm
} // namespace osrm::util::guidance
// make Bearing Class hasbable
namespace std
+2 -2
View File
@@ -11,7 +11,7 @@
namespace osrm::util::guidance
{
class EntryClass;
} // namespace osrm
} // namespace osrm::util::guidance
namespace std
{
@@ -63,7 +63,7 @@ static_assert(std::is_trivially_copyable<EntryClass>::value,
"requires trivially copyable type");
#endif
} // namespace util
} // namespace util::guidance
constexpr const util::guidance::EntryClass EMPTY_ENTRY_CLASS{};
} // namespace osrm
+1 -1
View File
@@ -236,6 +236,6 @@ inline bool requiresNameAnnounced(const NameID from_name_id,
suffix_table);
}
} // namespace osrm
} // namespace osrm::util::guidance
#endif /* OSRM_UTIL_GUIDANCE_NAME_ANNOUNCEMENT_HPP_ */
+2 -2
View File
@@ -16,7 +16,7 @@ namespace osrm::util::guidance
{
class LaneTuple;
class LaneTupleIdPair;
} // namespace osrm
} // namespace osrm::util::guidance
namespace std
{
@@ -90,6 +90,6 @@ class LaneTupleIdPair
using LaneDataIdMap = ConcurrentIDMap<LaneTupleIdPair, LaneDataID, boost::hash<LaneTupleIdPair>>;
} // namespace osrm
} // namespace osrm::util::guidance
#endif /* OSRM_UTIL_GUIDANCE_TURN_LANES_HPP */