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/vision/blob/threshold.cc b/aos/vision/blob/threshold.cc
index c4f8a9e..5403bbd 100644
--- a/aos/vision/blob/threshold.cc
+++ b/aos/vision/blob/threshold.cc
@@ -2,8 +2,7 @@
#include "aos/logging/logging.h"
-namespace aos {
-namespace vision {
+namespace aos::vision {
namespace {
constexpr int kChunkSize = 8;
@@ -123,5 +122,4 @@
}
}
-} // namespace vision
-} // namespace aos
+} // namespace aos::vision