Enable more clang-tidy checks

This commit is contained in:
Siarhei Fedartsou 2022-06-30 11:12:17 +02:00
parent 595c2e6f6e
commit ebd19f44cf

View File

@ -14,7 +14,7 @@ struct EdgeWithSomeAdditionalData
unsigned important_data;
};
inline Coordinate
inline osrm::util::Coordinate
makeCoordinate(int x, int y, double step_size, double offset_x = 0, double offset_y = 0)
{
return {osrm::util::FloatLongitude{offset_x + x * step_size},