summaryrefslogtreecommitdiff
path: root/src/mbgl/util/thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/thread.hpp')
-rw-r--r--src/mbgl/util/thread.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/util/thread.hpp b/src/mbgl/util/thread.hpp
index e1ea89c392..a7a5e73782 100644
--- a/src/mbgl/util/thread.hpp
+++ b/src/mbgl/util/thread.hpp
@@ -138,7 +138,7 @@ Thread<Object>::~Thread() {
thread.join();
}
-}
-}
+} // namespace util
+} // namespace mbgl
#endif