summaryrefslogtreecommitdiff
path: root/src/mbgl/util/rect.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/rect.hpp')
-rw-r--r--src/mbgl/util/rect.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/rect.hpp b/src/mbgl/util/rect.hpp
index f4eb0679c4..71d8078447 100644
--- a/src/mbgl/util/rect.hpp
+++ b/src/mbgl/util/rect.hpp
@@ -23,6 +23,6 @@ struct Rect {
inline bool hasArea() const { return w != 0 && h != 0; }
};
-}
+} // namespace mbgl
#endif