summaryrefslogtreecommitdiff
path: root/test/storage
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 12:41:06 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-13 23:32:05 +0300
commit9142c447e82c002a68fbf333f97508dba0e0e50c (patch)
treef46406466fee4b9af54449d2d77bda26b2999c3b /test/storage
parentb9be5fd768f04756c976b21d2b09454caa57e848 (diff)
downloadqtlocation-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/storage')
-rw-r--r--test/storage/offline_database.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/offline_database.cpp b/test/storage/offline_database.cpp
index 327dd924b2..6a3262abf6 100644
--- a/test/storage/offline_database.cpp
+++ b/test/storage/offline_database.cpp
@@ -78,7 +78,7 @@ private:
bool locked = false;
};
-}
+} // namespace
TEST(OfflineDatabase, TEST_REQUIRES_WRITE(Create)) {
using namespace mbgl;