From de8c193833a7c60826015ecaed13d9fb3d1e0aba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Feb 2019 13:17:50 +0200 Subject: loplugin:indentation in helpcompiler..io Change-Id: Ia3f05662cc9542feeac3096d29e9dec6d1858620 Reviewed-on: https://gerrit.libreoffice.org/67558 Tested-by: Jenkins Reviewed-by: Noel Grandin --- io/source/acceptor/acc_socket.cxx | 2 +- io/source/connector/ctr_socket.cxx | 2 +- io/source/stm/omark.cxx | 2 +- io/source/stm/streamhelper.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'io') diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx index 5a9956eb75d9..a998ccd582e3 100644 --- a/io/source/acceptor/acc_socket.cxx +++ b/io/source/acceptor/acc_socket.cxx @@ -99,7 +99,7 @@ namespace io_acceptor { template static void notifyListeners(SocketConnection * pCon, bool * notified, T t) { - XStreamListener_hash_set listeners; + XStreamListener_hash_set listeners; { ::osl::MutexGuard guard(pCon->_mutex); diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx index 773a378a08ff..901f1206a78e 100644 --- a/io/source/connector/ctr_socket.cxx +++ b/io/source/connector/ctr_socket.cxx @@ -33,7 +33,7 @@ namespace stoc_connector { template static void notifyListeners(SocketConnection * pCon, bool * notified, T t) { - XStreamListener_hash_set listeners; + XStreamListener_hash_set listeners; { ::osl::MutexGuard guard(pCon->_mutex); diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index af6b7d390f3f..1be2c58f053a 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -181,7 +181,7 @@ void OMarkableOutputStream::closeOutput() m_mapMarks.clear(); m_nCurrentPos = m_pBuffer->getSize(); - checkMarksAndFlush(); + checkMarksAndFlush(); m_output->closeOutput(); diff --git a/io/source/stm/streamhelper.cxx b/io/source/stm/streamhelper.cxx index c382cae96390..00ef1b50ec9f 100644 --- a/io/source/stm/streamhelper.cxx +++ b/io/source/stm/streamhelper.cxx @@ -75,7 +75,7 @@ void MemRingBuffer::resizeBuffer( sal_Int32 nMinSize ) } if( nNewLen != m_nBufferLen ) { - if (auto p = static_cast(std::realloc(m_p, nNewLen))) + if (auto p = static_cast(std::realloc(m_p, nNewLen))) m_p = p; else { -- cgit