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/containers/ring_buffer_test.cc b/aos/containers/ring_buffer_test.cc
index b4cf1fb..c06ef0e 100644
--- a/aos/containers/ring_buffer_test.cc
+++ b/aos/containers/ring_buffer_test.cc
@@ -3,8 +3,7 @@
#include "glog/logging.h"
#include "gtest/gtest.h"
-namespace aos {
-namespace testing {
+namespace aos::testing {
// A class which is implicitly convertible to and from int, and tracks object
// lifetimes.
@@ -206,5 +205,4 @@
EXPECT_EQ(i, buffer_.size());
}
-} // namespace testing
-} // namespace aos
+} // namespace aos::testing