From 0a0dd9ea31d03fcc57f51de724c32e8ca3fe3d3f Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 9 Jan 2023 18:08:30 +0100 Subject: CppCheck: Tr::tr and code cosmetics Change-Id: I5e6583984f7dc94e998df3c20840f2ba2e801ab8 Reviewed-by: Alessandro Portale --- src/plugins/cppcheck/cppcheckplugin.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/plugins/cppcheck/cppcheckplugin.h') diff --git a/src/plugins/cppcheck/cppcheckplugin.h b/src/plugins/cppcheck/cppcheckplugin.h index 2c2e5d4d52..697aea6030 100644 --- a/src/plugins/cppcheck/cppcheckplugin.h +++ b/src/plugins/cppcheck/cppcheckplugin.h @@ -7,8 +7,7 @@ #include -namespace Cppcheck { -namespace Internal { +namespace Cppcheck::Internal { class CppcheckPluginPrivate; @@ -27,5 +26,4 @@ private: std::unique_ptr d; }; -} // namespace Internal -} // namespace Cppcheck +} // Cppcheck -- cgit v1.2.1