summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/sqlite_cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/storage/sqlite_cache.hpp')
-rw-r--r--include/mbgl/storage/sqlite_cache.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/storage/sqlite_cache.hpp b/include/mbgl/storage/sqlite_cache.hpp
index 3054b6c73c..4b51d94920 100644
--- a/include/mbgl/storage/sqlite_cache.hpp
+++ b/include/mbgl/storage/sqlite_cache.hpp
@@ -9,7 +9,7 @@ namespace mbgl {
namespace util {
template <typename T> class Thread;
-}
+} // namespace util
class SQLiteCache : public FileCache {
public:
@@ -36,6 +36,6 @@ private:
static std::weak_ptr<SQLiteCache> masterPtr;
};
-}
+} // namespace mbgl
#endif