summaryrefslogtreecommitdiff
path: root/platform/default/run_loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/run_loop.cpp')
-rw-r--r--platform/default/run_loop.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/default/run_loop.cpp b/platform/default/run_loop.cpp
index a37fbbb67e..a5de305998 100644
--- a/platform/default/run_loop.cpp
+++ b/platform/default/run_loop.cpp
@@ -13,7 +13,7 @@ namespace {
using namespace mbgl::util;
static ThreadLocal<RunLoop>& current = *new ThreadLocal<RunLoop>;
-}
+} // namespace
namespace mbgl {
namespace util {
@@ -203,5 +203,5 @@ void RunLoop::removeWatch(int fd) {
uv_close(reinterpret_cast<uv_handle_t*>(&watch->poll), &Watch::onClose);
}
-}
-}
+} // namespace util
+} // namespace mbgl