diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-12-01 17:30:44 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-12-03 15:38:36 +0100 |
commit | d5fb535058d4d97567b08064e0203f45c2c8370f (patch) | |
tree | f10e6d116f86405f1a432a6dc2fbc0122749169d /src/mbgl/gl/debugging.cpp | |
parent | 6feb89cbbc50d31557c3d74d3a7ca97b474a7507 (diff) | |
download | qtlocation-mapboxgl-d5fb535058d4d97567b08064e0203f45c2c8370f.tar.gz |
[core] add namespace comment to closing brace
Diffstat (limited to 'src/mbgl/gl/debugging.cpp')
-rw-r--r-- | src/mbgl/gl/debugging.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/gl/debugging.cpp b/src/mbgl/gl/debugging.cpp index 0061127048..fb9e037714 100644 --- a/src/mbgl/gl/debugging.cpp +++ b/src/mbgl/gl/debugging.cpp @@ -185,6 +185,6 @@ group::~group() { } } -} -} -} +} // namespace debugging +} // namespace gl +} // namespace mbgl |