summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-10 12:28:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-11 07:00:53 +0100
commit30e99b793fc26d2c86363bf8c023cdd2c05940b1 (patch)
treef521571d7197728e717d95c69d871e376c48ab98 /ucb/source/ucp/ext
parent9e03f6820417c9fcda27b49d9fa5a464f1255c84 (diff)
loplugin:indentation in ucb..ucbhelper
Change-Id: Ifa4b34065dacf9e144f076631c57f1d01aedaeeb Reviewed-on: https://gerrit.libreoffice.org/67608 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb/source/ucp/ext')
-rw-r--r--ucb/source/ucp/ext/ucpext_content.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx
index 6ba10687a970..9d5376c14d7c 100644
--- a/ucb/source/ucp/ext/ucpext_content.cxx
+++ b/ucb/source/ucp/ext/ucpext_content.cxx
@@ -234,7 +234,7 @@ namespace ucb { namespace ucp { namespace ext
else if ( aCommand.Name == "open" )
{
OpenCommandArgument2 aOpenCommand;
- if ( !( aCommand.Argument >>= aOpenCommand ) )
+ if ( !( aCommand.Argument >>= aOpenCommand ) )
{
::ucbhelper::cancelCommandExecution( makeAny( IllegalArgumentException(
OUString(), *this, -1 ) ),