summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/outline_shader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/shader/outline_shader.hpp')
-rw-r--r--src/mbgl/shader/outline_shader.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/shader/outline_shader.hpp b/src/mbgl/shader/outline_shader.hpp
index 2cd4b1dc31..3af9b8349f 100644
--- a/src/mbgl/shader/outline_shader.hpp
+++ b/src/mbgl/shader/outline_shader.hpp
@@ -17,6 +17,6 @@ public:
Uniform<std::array<GLfloat, 2>> u_world = {"u_world", *this};
};
-}
+} // namespace mbgl
#endif