diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 19:48:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-31 18:36:09 +0100 |
commit | c82efb610bf556ea12cbe4f94568ac619897799f (patch) | |
tree | 997f443876b4f3c9f10a46f2d0df65093f9d8731 /vcl/backendtest/outputdevice/outputdevice.cxx | |
parent | 04405edc3fac32938b8940bc767656ea6c7820f9 (diff) |
clang-tidy modernize-concat-nested-namespace
Change-Id: Iab35a8b85b3ba1df791c774f40b037f9420a071a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86708
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/backendtest/outputdevice/outputdevice.cxx')
-rw-r--r-- | vcl/backendtest/outputdevice/outputdevice.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/backendtest/outputdevice/outputdevice.cxx b/vcl/backendtest/outputdevice/outputdevice.cxx index 4f31501b6f3b..c05c03e06a3a 100644 --- a/vcl/backendtest/outputdevice/outputdevice.cxx +++ b/vcl/backendtest/outputdevice/outputdevice.cxx @@ -10,8 +10,7 @@ #include <test/outputdevice.hxx> -namespace vcl { -namespace test { +namespace vcl::test { Bitmap OutputDeviceTestAnotherOutDev::setupDrawOutDev() { @@ -75,6 +74,6 @@ TestResult OutputDeviceTestAnotherOutDev::checkXOR(Bitmap& rBitmap) return checkRectangles(rBitmap, aExpected); } -}} // end namespace vcl::test +} // end namespace vcl::test /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |