summaryrefslogtreecommitdiff
path: root/src/mbgl/style/function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/function.hpp')
-rw-r--r--src/mbgl/style/function.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/function.hpp b/src/mbgl/style/function.hpp
index 3f5c479512..00d4319e0b 100644
--- a/src/mbgl/style/function.hpp
+++ b/src/mbgl/style/function.hpp
@@ -53,6 +53,6 @@ private:
std::vector<std::pair<float, T>> stops;
};
-}
+} // namespace mbgl
#endif