summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_parsing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/property_parsing.hpp')
-rw-r--r--src/mbgl/style/property_parsing.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/property_parsing.hpp b/src/mbgl/style/property_parsing.hpp
index c4547a9e1e..d287468e79 100644
--- a/src/mbgl/style/property_parsing.hpp
+++ b/src/mbgl/style/property_parsing.hpp
@@ -18,6 +18,6 @@ using optional = mapbox::util::optional<T>;
template <typename T>
optional<T> parseProperty(const char* name, const JSVal&);
-}
+} // namespace mbgl
#endif