clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper

Change-Id: I0bb4ea91288a15fb590d077fb390c53be8b50400
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86801
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2020-01-14 16:26:23 +02:00
parent 21160cd09c
commit 248ddbc4e9
27 changed files with 37 additions and 108 deletions

View File

@@ -228,9 +228,7 @@ namespace
}
}
namespace cppcanvas
{
namespace internal
namespace cppcanvas::internal
{
// state stack manipulators
@@ -3072,6 +3070,5 @@ namespace cppcanvas
}
}
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */