summaryrefslogtreecommitdiff
path: root/include/mbgl/util/math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/math.hpp')
-rw-r--r--include/mbgl/util/math.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mbgl/util/math.hpp b/include/mbgl/util/math.hpp
index 37b1dd3431..9be0568e12 100644
--- a/include/mbgl/util/math.hpp
+++ b/include/mbgl/util/math.hpp
@@ -130,7 +130,7 @@ T smoothstep(T edge0, T edge1, T x) {
// (== number of bits required to store x)
uint32_t ceil_log2(uint64_t x);
-}
-}
+} // namespace util
+} // namespace mbgl
#endif