Enable more clang-tidy checks
This commit is contained in:
parent
3a47d3100f
commit
93aafc3c7b
@ -17,7 +17,8 @@ struct EdgeWithSomeAdditionalData
|
|||||||
inline Coordinate
|
inline Coordinate
|
||||||
makeCoordinate(int x, int y, double step_size, double offset_x = 0, double offset_y = 0)
|
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}, osrm::util::FloatLatitude{offset_y + y * step_size}};
|
return {osrm::util::FloatLongitude{offset_x + x * step_size},
|
||||||
|
osrm::util::FloatLatitude{offset_y + y * step_size}};
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<osrm::util::Coordinate> inline makeGridCoordinates(
|
std::vector<osrm::util::Coordinate> inline makeGridCoordinates(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user