From d6e76fd1c0b4bea519a8732248af438dac44c520 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 23 Jan 2015 11:38:47 +0100 Subject: [PATCH] add whitespace --- data_structures/coordinate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/data_structures/coordinate.cpp b/data_structures/coordinate.cpp index 992c63df9..031fafdce 100644 --- a/data_structures/coordinate.cpp +++ b/data_structures/coordinate.cpp @@ -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;