summaryrefslogtreecommitdiff
path: root/include/mbgl/util/mat4.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/mat4.hpp')
-rw-r--r--include/mbgl/util/mat4.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/mat4.hpp b/include/mbgl/util/mat4.hpp
index 9c34332400..e5b508e547 100644
--- a/include/mbgl/util/mat4.hpp
+++ b/include/mbgl/util/mat4.hpp
@@ -42,7 +42,7 @@ void rotate_z(mat4& out, const mat4& a, double rad);
void scale(mat4& out, const mat4& a, double x, double y, double z);
void multiply(mat4& out, const mat4& a, const mat4& b);
-}
-}
+} // namespace matrix
+} // namespace mbgl
#endif