summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/parameters.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:13:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:39:29 +0100
commitb45289e48e0f354b9996e2846dd041db4a9947ce (patch)
tree353ed4a7b5daa06c29ed54bcdd08c1fc5ae5c14c /connectivity/source/commontools/parameters.cxx
parent347571a6873a4b6bce8733e476fa902830d1a644 (diff)
loplugin:indentation in connectivity
Change-Id: I6619fcdd84a23aae975dcaa7315c7f229c63c4f1 Reviewed-on: https://gerrit.libreoffice.org/67535 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/commontools/parameters.cxx')
-rw-r--r--connectivity/source/commontools/parameters.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index b3dfdd008c41..e03c6064c7cf 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -92,7 +92,7 @@ namespace dbtools
void ParameterManager::clearAllParameterInformation()
{
- m_xInnerParamColumns.clear();
+ m_xInnerParamColumns.clear();
if ( m_pOuterParameters.is() )
m_pOuterParameters->dispose();
m_pOuterParameters = nullptr;