summaryrefslogtreecommitdiff
path: root/src/mbgl/storage
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-01 17:30:44 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-12-03 15:38:36 +0100
commitd5fb535058d4d97567b08064e0203f45c2c8370f (patch)
treef10e6d116f86405f1a432a6dc2fbc0122749169d /src/mbgl/storage
parent6feb89cbbc50d31557c3d74d3a7ca97b474a7507 (diff)
downloadqtlocation-mapboxgl-d5fb535058d4d97567b08064e0203f45c2c8370f.tar.gz
[core] add namespace comment to closing brace
Diffstat (limited to 'src/mbgl/storage')
-rw-r--r--src/mbgl/storage/default_file_source_impl.hpp2
-rw-r--r--src/mbgl/storage/http_context_base.cpp2
-rw-r--r--src/mbgl/storage/http_request_base.cpp2
-rw-r--r--src/mbgl/storage/network_status.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mbgl/storage/default_file_source_impl.hpp b/src/mbgl/storage/default_file_source_impl.hpp
index e2136b49fd..9b5f97332a 100644
--- a/src/mbgl/storage/default_file_source_impl.hpp
+++ b/src/mbgl/storage/default_file_source_impl.hpp
@@ -110,6 +110,6 @@ private:
util::AsyncTask reachability;
};
-}
+} // namespace mbgl
#endif
diff --git a/src/mbgl/storage/http_context_base.cpp b/src/mbgl/storage/http_context_base.cpp
index a25f1b9185..c69e7a36ae 100644
--- a/src/mbgl/storage/http_context_base.cpp
+++ b/src/mbgl/storage/http_context_base.cpp
@@ -2,4 +2,4 @@
namespace mbgl {
-}
+} // namespace mbgl
diff --git a/src/mbgl/storage/http_request_base.cpp b/src/mbgl/storage/http_request_base.cpp
index a1bb71714d..8a4a81b291 100644
--- a/src/mbgl/storage/http_request_base.cpp
+++ b/src/mbgl/storage/http_request_base.cpp
@@ -16,4 +16,4 @@ Seconds HTTPRequestBase::parseCacheControl(const char *value) {
return Seconds::zero();
}
-}
+} // namespace mbgl
diff --git a/src/mbgl/storage/network_status.cpp b/src/mbgl/storage/network_status.cpp
index 11f89f073f..796cc5d27f 100644
--- a/src/mbgl/storage/network_status.cpp
+++ b/src/mbgl/storage/network_status.cpp
@@ -29,4 +29,4 @@ void NetworkStatus::Reachable() {
}
}
-}
+} // namespace mbgl