diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-12 12:41:06 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-06-13 23:32:05 +0300 |
commit | 9142c447e82c002a68fbf333f97508dba0e0e50c (patch) | |
tree | f46406466fee4b9af54449d2d77bda26b2999c3b /test/include | |
parent | b9be5fd768f04756c976b21d2b09454caa57e848 (diff) | |
download | qtlocation-mapboxgl-9142c447e82c002a68fbf333f97508dba0e0e50c.tar.gz |
[tidy] Check llvm-namespace-comment
Ref: http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html
Diffstat (limited to 'test/include')
-rw-r--r-- | test/include/mbgl/test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/include/mbgl/test.hpp b/test/include/mbgl/test.hpp index e398174ef7..ad5b868f30 100644 --- a/test/include/mbgl/test.hpp +++ b/test/include/mbgl/test.hpp @@ -4,4 +4,4 @@ namespace mbgl { int runTests(int argc, char* argv[]); -} +} // namespace mbgl |