diff --git a/src/plugins/debugger/moduleswindow.cpp b/src/plugins/debugger/moduleswindow.cpp index 40ffcee7fb62db8fd433fc21be0a9a006893f692..a67b8dd0d75742e10702a67762d2c482d88ebac1 100644 --- a/src/plugins/debugger/moduleswindow.cpp +++ b/src/plugins/debugger/moduleswindow.cpp @@ -209,5 +209,5 @@ void ModulesWindow::showSymbols(const QString &name) emit newDockRequested(w); } -} -} +} // namespace Internal +} // namespace Debugger diff --git a/src/plugins/debugger/watchutils.cpp b/src/plugins/debugger/watchutils.cpp index 3a5b891533b11caa9cac07ddd9083244ff183bab..27b4fe2551b48f9a491c99f6966d4bf8b9965779 100644 --- a/src/plugins/debugger/watchutils.cpp +++ b/src/plugins/debugger/watchutils.cpp @@ -1352,5 +1352,5 @@ QDebug operator<<(QDebug in, const QtDumperHelper::TypeData &d) return in; } -} -} +} // namespace Internal +} // namespace Debugger