summaryrefslogtreecommitdiff
path: root/src/mbgl/util/mat2.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-01 17:30:44 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-12-03 15:38:36 +0100
commitd5fb535058d4d97567b08064e0203f45c2c8370f (patch)
treef10e6d116f86405f1a432a6dc2fbc0122749169d /src/mbgl/util/mat2.hpp
parent6feb89cbbc50d31557c3d74d3a7ca97b474a7507 (diff)
downloadqtlocation-mapboxgl-d5fb535058d4d97567b08064e0203f45c2c8370f.tar.gz
[core] add namespace comment to closing brace
Diffstat (limited to 'src/mbgl/util/mat2.hpp')
-rw-r--r--src/mbgl/util/mat2.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/mat2.hpp b/src/mbgl/util/mat2.hpp
index b5cec821f9..c89088950d 100644
--- a/src/mbgl/util/mat2.hpp
+++ b/src/mbgl/util/mat2.hpp
@@ -35,7 +35,7 @@ void identity(mat2& out);
void rotate(mat2& out, const mat2& a, double rad);
void scale(mat2& out, const mat2& a, double v0, double v1);
-}
-}
+} // namespace matrix
+} // namespace mbgl
#endif