summaryrefslogtreecommitdiff
path: root/test/fixtures
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 /test/fixtures
parent6feb89cbbc50d31557c3d74d3a7ca97b474a7507 (diff)
downloadqtlocation-mapboxgl-d5fb535058d4d97567b08064e0203f45c2c8370f.tar.gz
[core] add namespace comment to closing brace
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/mock_file_source.cpp2
-rw-r--r--test/fixtures/util.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/fixtures/mock_file_source.cpp b/test/fixtures/mock_file_source.cpp
index 7b4ca82e04..b0d7018873 100644
--- a/test/fixtures/mock_file_source.cpp
+++ b/test/fixtures/mock_file_source.cpp
@@ -158,4 +158,4 @@ void MockFileSource::cancel(FileRequest* req) {
thread_->invoke(&Impl::cancelRequest, req);
}
-}
+} // namespace mbgl
diff --git a/test/fixtures/util.cpp b/test/fixtures/util.cpp
index ebd530eaac..c3ce1b7efb 100644
--- a/test/fixtures/util.cpp
+++ b/test/fixtures/util.cpp
@@ -113,5 +113,5 @@ void checkImage(const std::string& base,
util::write_file(base + "/diff.png", encodePNG(diff));
}
-}
-}
+} // namespace test
+} // namespace mbgl