summaryrefslogtreecommitdiff
path: root/src/mbgl/util/stopwatch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/stopwatch.hpp')
-rw-r--r--src/mbgl/util/stopwatch.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/stopwatch.hpp b/src/mbgl/util/stopwatch.hpp
index 57807afa76..a79ad92617 100644
--- a/src/mbgl/util/stopwatch.hpp
+++ b/src/mbgl/util/stopwatch.hpp
@@ -35,7 +35,7 @@ class stopwatch {
inline ~stopwatch() {}
};
#endif
-}
-}
+} // namespace util
+} // namespace mbgl
#endif