summaryrefslogtreecommitdiff
path: root/src/mbgl/platform/gl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/platform/gl.cpp')
-rw-r--r--src/mbgl/platform/gl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/platform/gl.cpp b/src/mbgl/platform/gl.cpp
index abf3d59ee5..e5495c80dc 100644
--- a/src/mbgl/platform/gl.cpp
+++ b/src/mbgl/platform/gl.cpp
@@ -62,8 +62,8 @@ void checkError(const char *cmd, const char *file, int line) {
throw ::mbgl::gl::Error(err, std::string(cmd) + ": Error GL_" + error + " - " + file + ":" + util::toString(line));
}
}
-}
-}
+} // namespace gl
+} // namespace mbgl
#ifdef GL_TRACK
#undef glBindTexture