Nest some more namespaces
Did someone previously suggest that all namespace had been
nested? Silly.
Signed-off-by: Stephan Pleines <pleines.stephan@gmail.com>
Change-Id: I22278c1caaeba8b47dc46fb2ed3078c20a11e190
diff --git a/aos/starter/starterd_lib.h b/aos/starter/starterd_lib.h
index 92b20fa..3779c84 100644
--- a/aos/starter/starterd_lib.h
+++ b/aos/starter/starterd_lib.h
@@ -19,8 +19,7 @@
#include "aos/starter/subprocess.h"
#include "aos/util/top.h"
-namespace aos {
-namespace starter {
+namespace aos::starter {
const aos::Channel *StatusChannelForNode(const aos::Configuration *config,
const aos::Node *node);
@@ -107,7 +106,6 @@
DISALLOW_COPY_AND_ASSIGN(Starter);
};
-} // namespace starter
-} // namespace aos
+} // namespace aos::starter
#endif // AOS_STARTER_STARTERD_LIB_H_