summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/remotelinuxrunconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxrunconfiguration.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.h b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
index eceeb5b626..cb805f2824 100644
--- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
@@ -27,8 +27,7 @@
#include <projectexplorer/runconfiguration.h>
-namespace RemoteLinux {
-namespace Internal {
+namespace RemoteLinux::Internal {
class RemoteLinuxRunConfigurationFactory final : public ProjectExplorer::RunConfigurationFactory
{
@@ -36,5 +35,4 @@ public:
RemoteLinuxRunConfigurationFactory();
};
-} // namespace Internal
-} // namespace RemoteLinux
+} // namespace RemoteLinux::Internal