summaryrefslogtreecommitdiff
path: root/include/mbgl/util/gl_helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/gl_helper.hpp')
-rw-r--r--include/mbgl/util/gl_helper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/gl_helper.hpp b/include/mbgl/util/gl_helper.hpp
index 288fc2c681..7d104fb80e 100644
--- a/include/mbgl/util/gl_helper.hpp
+++ b/include/mbgl/util/gl_helper.hpp
@@ -84,7 +84,7 @@ using PreservePixelZoom = Preserve<std::array<double, 2>, getPixelZoom, setPixel
using PreserveRasterPos = Preserve<std::array<double, 4>, getRasterPos, setRasterPos>;
#endif
-}
-}
+} // namespace gl
+} // namespace mbgl
#endif