Index: mojo/services/public/cpp/geometry/geometry_util.h |
diff --git a/mojo/services/public/cpp/geometry/geometry_util.h b/mojo/services/public/cpp/geometry/geometry_util.h |
index 685170dc84843e1429f4fb5ca745923a2df2b378..c2386789591311d217f224515efb8353f21bf42d 100644 |
--- a/mojo/services/public/cpp/geometry/geometry_util.h |
+++ b/mojo/services/public/cpp/geometry/geometry_util.h |
@@ -33,6 +33,7 @@ inline bool operator==(const Point& lhs, const Point& rhs) { |
inline bool operator!=(const Point& lhs, const Point& rhs) { |
return !(lhs == rhs); |
} |
+ |
} |
#endif // MOJO_SERVICES_PUBLIC_CPP_GEOMETRY_GEOMETRY_UTIL_H_ |