From d5fb535058d4d97567b08064e0203f45c2c8370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Tue, 1 Dec 2015 17:30:44 +0100 Subject: [core] add namespace comment to closing brace --- src/mbgl/text/get_anchors.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mbgl/text/get_anchors.hpp') diff --git a/src/mbgl/text/get_anchors.hpp b/src/mbgl/text/get_anchors.hpp index 3f737ee6c7..fcb0578d5b 100644 --- a/src/mbgl/text/get_anchors.hpp +++ b/src/mbgl/text/get_anchors.hpp @@ -10,6 +10,6 @@ Anchors getAnchors(const std::vector &line, float spacing, const float maxAngle, const float textLeft, const float textRight, const float iconLeft, const float iconRight, const float glyphSize, const float boxScale, const float overscaling); -} +} // namespace mbgl #endif -- cgit v1.2.1