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/qstorageinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/io/qstorageinfo.cpp') diff --git a/src/corelib/io/qstorageinfo.cpp b/src/corelib/io/qstorageinfo.cpp index e2c1f0232f..9054d8e894 100644 --- a/src/corelib/io/qstorageinfo.cpp +++ b/src/corelib/io/qstorageinfo.cpp @@ -456,12 +456,12 @@ QDebug operator<<(QDebug debug, const QStorageInfo &s) debug << (d->ready ? " [ready]" : " [not ready]"); if (d->bytesTotal > 0) { debug << ", bytesTotal=" << d->bytesTotal << ", bytesFree=" << d->bytesFree - << ", bytesAvailable=" << d->bytesAvailable; + << ", bytesAvailable=" << d->bytesAvailable; } } else { debug << "invalid"; } - debug<< ')'; + debug << ')'; return debug; } #endif // !QT_NO_DEBUG_STREAM -- cgit v1.2.3