From b6cd3bca280bd81e932ff51a3ec2b9fc70231646 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 20 Oct 2020 09:30:00 +0200 Subject: Whitespace cleanup in corelib/io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Selective application of clang-format to follow our coding style where it is significantly off. Change-Id: I0ff4ed146fe53922691d5473d0c236f31d478a04 Reviewed-by: Friedemann Kleint Reviewed-by: Tor Arne Vestbø --- src/corelib/io/qiodevice_p.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/corelib/io/qiodevice_p.h') diff --git a/src/corelib/io/qiodevice_p.h b/src/corelib/io/qiodevice_p.h index 8113f08237..3f8e459d88 100644 --- a/src/corelib/io/qiodevice_p.h +++ b/src/corelib/io/qiodevice_p.h @@ -89,7 +89,8 @@ public: qint64 devicePos = 0; qint64 transactionPos = 0; - class QRingBufferRef { + class QRingBufferRef + { QRingBuffer *m_buf; inline QRingBufferRef() : m_buf(nullptr) { } friend class QIODevicePrivate; -- cgit v1.2.3