summaryrefslogtreecommitdiff
path: root/src/mbgl/text/quads.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-12 12:41:06 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-13 23:32:05 +0300
commit9142c447e82c002a68fbf333f97508dba0e0e50c (patch)
treef46406466fee4b9af54449d2d77bda26b2999c3b /src/mbgl/text/quads.hpp
parentb9be5fd768f04756c976b21d2b09454caa57e848 (diff)
downloadqtlocation-mapboxgl-9142c447e82c002a68fbf333f97508dba0e0e50c.tar.gz
[tidy] Check llvm-namespace-comment
Ref: http://clang.llvm.org/extra/clang-tidy/checks/llvm-namespace-comment.html
Diffstat (limited to 'src/mbgl/text/quads.hpp')
-rw-r--r--src/mbgl/text/quads.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/text/quads.hpp b/src/mbgl/text/quads.hpp
index 9bc4f3ebb3..814e4edb73 100644
--- a/src/mbgl/text/quads.hpp
+++ b/src/mbgl/text/quads.hpp
@@ -12,7 +12,7 @@ class PositionedIcon;
namespace style {
class SymbolLayoutProperties;
-}
+} // namespace style
struct SymbolQuad {
explicit SymbolQuad(const Point<float> &tl_, const Point<float> &tr_,