summaryrefslogtreecommitdiff
path: root/src/mbgl/util/mat3.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/mat3.hpp')
-rw-r--r--src/mbgl/util/mat3.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/mat3.hpp b/src/mbgl/util/mat3.hpp
index 3a6aba5a11..b0ecb17467 100644
--- a/src/mbgl/util/mat3.hpp
+++ b/src/mbgl/util/mat3.hpp
@@ -36,7 +36,7 @@ void translate(mat3& out, const mat3& a, double x, double y);
void rotate(mat3& out, const mat3& a, double rad);
void scale(mat3& out, const mat3& a, double x, double y);
-}
-}
+} // namespace matrix
+} // namespace mbgl
#endif