add whitespace

This commit is contained in:
Dennis Luxen 2015-01-23 11:38:47 +01:00
parent 9135c56ac6
commit d6e76fd1c0

View File

@ -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;