summaryrefslogtreecommitdiff
path: root/src/mbgl/util/box.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/box.hpp')
-rw-r--r--src/mbgl/util/box.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/box.hpp b/src/mbgl/util/box.hpp
index f03adc2e50..2806fb95fc 100644
--- a/src/mbgl/util/box.hpp
+++ b/src/mbgl/util/box.hpp
@@ -11,6 +11,6 @@ struct box {
TileCoordinate tl, tr, br, bl;
};
-}
+} // namespace mbgl
#endif