diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-07-09 08:34:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-07-09 09:15:52 +0200 |
commit | 010cf46e04907fa2503477ce4c0c85f465747034 (patch) | |
tree | 9e317f2dde9723098b23eaea5002d5012bd12462 /extensions | |
parent | a45876adc36a3764cfeadb1737e5dcfb7ffee9da (diff) |
loplugin:indentation (clang-cl)
Change-Id: Iae559ca8bee9650c01167a4d1b918e18cbf03c28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118660
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/unoobjw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 2d935f8d9583..595d4276e3c4 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -1731,7 +1731,7 @@ static bool writeBackOutParameter(VARIANTARG* pDest, VARIANT* pSource) else { // variantarg and variant must have same type - if ((V_VT(pDest) & oleTypeFlags) == oleTypeFlags) + if ((V_VT(pDest) & oleTypeFlags) == oleTypeFlags) { if ((oleTypeFlags & VT_ARRAY) != 0) { |