aboutsummaryrefslogtreecommitdiffstats
path: root/configd/src/apps/sentinel/command-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'configd/src/apps/sentinel/command-connection.h')
-rw-r--r--configd/src/apps/sentinel/command-connection.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/configd/src/apps/sentinel/command-connection.h b/configd/src/apps/sentinel/command-connection.h
index 532b70caf76..b637a519384 100644
--- a/configd/src/apps/sentinel/command-connection.h
+++ b/configd/src/apps/sentinel/command-connection.h
@@ -3,8 +3,7 @@
#include "line-splitter.h"
-namespace config {
-namespace sentinel {
+namespace config::sentinel {
class CommandConnection {
private:
@@ -26,6 +25,4 @@ public:
int fd() const { return _fd; }
};
-} // end namespace sentinel
-} // end namespace config
-
+}