add whitespace
This commit is contained in:
@@ -74,6 +74,7 @@ bool FixedPointCoordinate::is_valid() const
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FixedPointCoordinate::operator==(const FixedPointCoordinate &other) const
|
bool FixedPointCoordinate::operator==(const FixedPointCoordinate &other) const
|
||||||
{
|
{
|
||||||
return lat == other.lat && lon == other.lon;
|
return lat == other.lat && lon == other.lon;
|
||||||
|
|||||||
Reference in New Issue
Block a user