summaryrefslogtreecommitdiffstats
path: root/io
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-08 13:17:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-09 17:07:29 +0100
commitde8c193833a7c60826015ecaed13d9fb3d1e0aba (patch)
treed057f3c759ab8ccd917038f6ef30b22b8a5d293b /io
parentloplugin:indentation in framework (diff)
downloadcore-de8c193833a7c60826015ecaed13d9fb3d1e0aba.tar.gz
core-de8c193833a7c60826015ecaed13d9fb3d1e0aba.zip
loplugin:indentation in helpcompiler..io
Change-Id: Ia3f05662cc9542feeac3096d29e9dec6d1858620 Reviewed-on: https://gerrit.libreoffice.org/67558 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'io')
-rw-r--r--io/source/acceptor/acc_socket.cxx2
-rw-r--r--io/source/connector/ctr_socket.cxx2
-rw-r--r--io/source/stm/omark.cxx2
-rw-r--r--io/source/stm/streamhelper.cxx2
4 files changed, 4 insertions, 4 deletions
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<class T>
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<class T>
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<sal_Int8*>(std::realloc(m_p, nNewLen)))
+ if (auto p = static_cast<sal_Int8*>(std::realloc(m_p, nNewLen)))
m_p = p;
else
{