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