diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-14 16:25:06 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-15 06:58:20 +0100 |
commit | 8dbe8eac89c563cbbc2de5c8e281f4fd9b817328 (patch) | |
tree | 82855531575afa6e4bbb18d32fc782058dcd285a /configmgr/source/update.cxx | |
parent | 248ddbc4e9191c7f980fc8d6df6337fc535faab0 (diff) |
clang-tidy modernize-concat-nested-namespace in codemaker..configmgr
Change-Id: I48452480fae169e11d60b125bbd0226b6a35a25c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86800
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'configmgr/source/update.cxx')
-rw-r--r-- | configmgr/source/update.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/update.cxx b/configmgr/source/update.cxx index 7529e21ef6f1..69e27f794990 100644 --- a/configmgr/source/update.cxx +++ b/configmgr/source/update.cxx @@ -40,7 +40,7 @@ #include "rootaccess.hxx" #include "update.hxx" -namespace configmgr { namespace update { +namespace configmgr::update { namespace { @@ -154,6 +154,6 @@ css::uno::Sequence< OUString > getSupportedServiceNames() { return css::uno::Sequence< OUString > { "com.sun.star.configuration.Update_Service" }; } -} } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |