From 9142c447e82c002a68fbf333f97508dba0e0e50c Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Sun, 12 Jun 2016 12:41:06 +0300 Subject: [tidy] Check llvm-namespace-comment Ref: http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html --- platform/default/mbgl/storage/offline_database.hpp | 4 ++-- platform/default/mbgl/storage/offline_download.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'platform') diff --git a/platform/default/mbgl/storage/offline_database.hpp b/platform/default/mbgl/storage/offline_database.hpp index 1706c6ba5a..3f5df3509b 100644 --- a/platform/default/mbgl/storage/offline_database.hpp +++ b/platform/default/mbgl/storage/offline_database.hpp @@ -15,8 +15,8 @@ namespace mapbox { namespace sqlite { class Database; class Statement; -} -} +} // namespace sqlite +} // namespace mapbox namespace mbgl { diff --git a/platform/default/mbgl/storage/offline_download.hpp b/platform/default/mbgl/storage/offline_download.hpp index 1a0d7536d8..27c5f0b139 100644 --- a/platform/default/mbgl/storage/offline_download.hpp +++ b/platform/default/mbgl/storage/offline_download.hpp @@ -17,7 +17,7 @@ class Tileset; namespace style { class Parser; -} +} // namespace style /** * Coordinates the request and storage of all resources for an offline region. -- cgit v1.2.1