Nest all namespaces
The compiler supports this now. We can type less going forward.
No functional changes.
Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I29d6fa4f9aacc0e381f1a7637294db0392466995
diff --git a/aos/mutex/mutex_test.cc b/aos/mutex/mutex_test.cc
index ea57362..54e9201 100644
--- a/aos/mutex/mutex_test.cc
+++ b/aos/mutex/mutex_test.cc
@@ -17,8 +17,7 @@
#include "aos/time/time.h"
#include "aos/util/death_test_log_implementation.h"
-namespace aos {
-namespace testing {
+namespace aos::testing {
namespace chrono = ::std::chrono;
namespace this_thread = ::std::this_thread;
@@ -322,5 +321,4 @@
mutex->~Mutex();
}
-} // namespace testing
-} // namespace aos
+} // namespace aos::testing