From bfc1600c6ade6f006eb774bffe7caa9c948e8603 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Jun 2021 10:21:21 +0200 Subject: loplugin:indentation improve checks for brace alignment Change-Id: I333100fda7e181f68f36b03279b3fbb8cb768310 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117615 Tested-by: Jenkins Reviewed-by: Noel Grandin --- xmlhelp/source/cxxhelp/provider/databases.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlhelp/source/cxxhelp/provider/databases.cxx') diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index 439d45e790f3..37eb36b78d43 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -94,7 +94,7 @@ OUString Databases::expandURL( const OUString& aURL, const Reference< uno::XComp xFac = uri::UriReferenceFactory::create( xContext ); xMacroExpander = util::theMacroExpander::get(xContext); - } + } OUString aRetURL = aURL; if( xMacroExpander.is() ) @@ -112,7 +112,7 @@ OUString Databases::expandURL( const OUString& aURL, const Reference< uno::XComp aRetURL = sxUri->expand( xMacroExpander ); } } - } + } return aRetURL; } -- cgit