summaryrefslogtreecommitdiff
path: root/include/mbgl/util/std.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/std.hpp')
-rw-r--r--include/mbgl/util/std.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/std.hpp b/include/mbgl/util/std.hpp
index 0e2d3346bf..bab5c1494d 100644
--- a/include/mbgl/util/std.hpp
+++ b/include/mbgl/util/std.hpp
@@ -24,7 +24,7 @@ void erase_if(Container &container, Predicate pred) {
erase_if(container, container.begin(), container.end(), pred);
}
-}
-}
+} // namespace util
+} // namespace mbgl
#endif