loplugin:indentation (clang-cl)

Change-Id: I94689e4eed290b4505d2caba2d9802ef7fb6cffd
Reviewed-on: https://gerrit.libreoffice.org/68378
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2019-02-26 11:02:17 +01:00
parent 0a29c928af
commit ea58b039ab
38 changed files with 432 additions and 432 deletions

View File

@@ -88,7 +88,7 @@ void ODatabaseMetaDataResultSet::disposing()
if(m_pRecordSet)
m_pRecordSet->Close();
m_aStatement = nullptr;
m_xMetaData.clear();
m_xMetaData.clear();
}
Any SAL_CALL ODatabaseMetaDataResultSet::queryInterface( const Type & rType )

View File

@@ -118,7 +118,7 @@ Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( )
void OPreparedStatement::disposing()
{
m_xMetaData.clear();
m_xMetaData.clear();
if (m_pParameters)
{
m_pParameters->Release();

View File

@@ -120,8 +120,8 @@ void OResultSet::disposing()
::osl::MutexGuard aGuard(m_aMutex);
if(m_pRecordSet)
m_pRecordSet->Close();
m_xStatement.clear();
m_xMetaData.clear();
m_xStatement.clear();
m_xMetaData.clear();
}
Any SAL_CALL OResultSet::queryInterface( const Type & rType )

View File

@@ -1632,7 +1632,7 @@ static void removeSection(osl_TProfileImpl* pProfile, osl_TProfileSection *pSect
static osl_TProfileSection* findEntry(osl_TProfileImpl* pProfile, const sal_Char* Section,
const sal_Char* Entry, sal_uInt32 *pNoEntry)
{
static sal_uInt32 Sect = 0;
static sal_uInt32 Sect = 0;
sal_uInt32 i, n;
sal_uInt32 Len;
osl_TProfileSection* pSec = nullptr;

View File

@@ -130,7 +130,7 @@ static size_t work_dir_len;
#else
static int clz(unsigned int value)
{
int result = 32;
int result = 32;
while(value)
{