From c82efb610bf556ea12cbe4f94568ac619897799f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Jan 2020 19:48:37 +0200 Subject: 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 --- testtools/source/bridgetest/multi.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testtools') diff --git a/testtools/source/bridgetest/multi.cxx b/testtools/source/bridgetest/multi.cxx index 27db3059c2c3..b9d6e9ed9468 100644 --- a/testtools/source/bridgetest/multi.cxx +++ b/testtools/source/bridgetest/multi.cxx @@ -49,7 +49,7 @@ template< typename T > void checkEqual(T const & value, T const & argument) { } -namespace testtools { namespace bridgetest { +namespace testtools::bridgetest { OUString testMulti( css::uno::Reference< test::testtools::bridgetest::XMulti > const & multi ) { @@ -219,6 +219,6 @@ OUString testMulti( css::uno::Reference< test::testtools::bridgetest::XMulti > return OUString(); } -} } +} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit