summaryrefslogtreecommitdiff
path: root/src/mbgl/renderer/fill_bucket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/renderer/fill_bucket.cpp')
-rw-r--r--src/mbgl/renderer/fill_bucket.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mbgl/renderer/fill_bucket.cpp b/src/mbgl/renderer/fill_bucket.cpp
index 02f346decb..f45d0ae6ae 100644
--- a/src/mbgl/renderer/fill_bucket.cpp
+++ b/src/mbgl/renderer/fill_bucket.cpp
@@ -21,8 +21,8 @@ template <> struct nth<0, mbgl::GeometryCoordinate> {
template <> struct nth<1, mbgl::GeometryCoordinate> {
inline static int64_t get(const mbgl::GeometryCoordinate& t) { return t.y; };
};
-}
-}
+} // namespace util
+} // namespace mapbox
namespace mbgl {
@@ -168,4 +168,4 @@ void FillBucket::drawVertices(OutlinePatternShader& shader, gl::ObjectStore& sto
}
}
-}
+} // namespace mbgl