summaryrefslogtreecommitdiff
path: root/src/components/utils/test/posix_thread_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/utils/test/posix_thread_test.cc')
-rw-r--r--src/components/utils/test/posix_thread_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/utils/test/posix_thread_test.cc b/src/components/utils/test/posix_thread_test.cc
index a44e1b9b89..4bf0c8c092 100644
--- a/src/components/utils/test/posix_thread_test.cc
+++ b/src/components/utils/test/posix_thread_test.cc
@@ -52,7 +52,7 @@ const char* threadName("test thread");
const std::string test_thread_name("THREAD");
sync_primitives::ConditionalVariable cond_var_;
sync_primitives::Lock test_mutex_;
-};
+}; // namespace
// ThreadDelegate successor
class TestThreadDelegate : public threads::ThreadDelegate {