add whitespace
This commit is contained in:
parent
9135c56ac6
commit
d6e76fd1c0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user