summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/uniform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/shader/uniform.hpp')
-rw-r--r--src/mbgl/shader/uniform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/shader/uniform.hpp b/src/mbgl/shader/uniform.hpp
index 55646f7d87..0b6d574d09 100644
--- a/src/mbgl/shader/uniform.hpp
+++ b/src/mbgl/shader/uniform.hpp
@@ -56,6 +56,6 @@ private:
GLint location;
};
-}
+} // namespace mbgl
#endif