diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-12-01 17:30:44 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-12-03 15:38:36 +0100 |
commit | d5fb535058d4d97567b08064e0203f45c2c8370f (patch) | |
tree | f10e6d116f86405f1a432a6dc2fbc0122749169d /include/mbgl/annotation | |
parent | 6feb89cbbc50d31557c3d74d3a7ca97b474a7507 (diff) | |
download | qtlocation-mapboxgl-d5fb535058d4d97567b08064e0203f45c2c8370f.tar.gz |
[core] add namespace comment to closing brace
Diffstat (limited to 'include/mbgl/annotation')
-rw-r--r-- | include/mbgl/annotation/annotation.hpp | 2 | ||||
-rw-r--r-- | include/mbgl/annotation/point_annotation.hpp | 2 | ||||
-rw-r--r-- | include/mbgl/annotation/shape_annotation.hpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/mbgl/annotation/annotation.hpp b/include/mbgl/annotation/annotation.hpp index b3e3ab52b6..00b2446e40 100644 --- a/include/mbgl/annotation/annotation.hpp +++ b/include/mbgl/annotation/annotation.hpp @@ -9,6 +9,6 @@ namespace mbgl { using AnnotationID = uint32_t; using AnnotationIDs = std::vector<AnnotationID>; -} +} // namespace mbgl #endif diff --git a/include/mbgl/annotation/point_annotation.hpp b/include/mbgl/annotation/point_annotation.hpp index 17b6fe5369..e226673997 100644 --- a/include/mbgl/annotation/point_annotation.hpp +++ b/include/mbgl/annotation/point_annotation.hpp @@ -17,6 +17,6 @@ public: const std::string icon; }; -} +} // namespace mbgl #endif diff --git a/include/mbgl/annotation/shape_annotation.hpp b/include/mbgl/annotation/shape_annotation.hpp index b220ef50cb..fffa7dab6e 100644 --- a/include/mbgl/annotation/shape_annotation.hpp +++ b/include/mbgl/annotation/shape_annotation.hpp @@ -40,6 +40,6 @@ public: const Properties properties; }; -} +} // namespace mbgl #endif |