summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qstorageinfo.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-20 09:30:00 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-20 21:09:00 +0200
commitb6cd3bca280bd81e932ff51a3ec2b9fc70231646 (patch)
treef77332d26736b7b112dfc0737555d08ffac40975 /src/corelib/io/qstorageinfo.cpp
parent80a2878e201f294697d69b7606571a036c36a19d (diff)
Whitespace cleanup in corelib/iov6.0.0-beta2
Selective application of clang-format to follow our coding style where it is significantly off. Change-Id: I0ff4ed146fe53922691d5473d0c236f31d478a04 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/corelib/io/qstorageinfo.cpp')
-rw-r--r--src/corelib/io/qstorageinfo.cpp4
1 files changed, 2 insertions, 2 deletions
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