summaryrefslogtreecommitdiff
path: root/src/mbgl/map/raster_tile_data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/raster_tile_data.hpp')
-rw-r--r--src/mbgl/map/raster_tile_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/raster_tile_data.hpp b/src/mbgl/map/raster_tile_data.hpp
index 6e7efa05f7..54330b73a8 100644
--- a/src/mbgl/map/raster_tile_data.hpp
+++ b/src/mbgl/map/raster_tile_data.hpp
@@ -37,6 +37,6 @@ private:
std::unique_ptr<WorkRequest> workRequest;
};
-}
+} // namespace mbgl
#endif