From 5f813f8a4bbe1e075daad7b3933829044befffb4 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 5 Sep 2022 20:37:05 +0200 Subject: Reformat code --- src/base/QXmppBitsOfBinaryIq.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/base/QXmppBitsOfBinaryIq.cpp') diff --git a/src/base/QXmppBitsOfBinaryIq.cpp b/src/base/QXmppBitsOfBinaryIq.cpp index e7256997..b55b7aa2 100644 --- a/src/base/QXmppBitsOfBinaryIq.cpp +++ b/src/base/QXmppBitsOfBinaryIq.cpp @@ -32,8 +32,9 @@ bool QXmppBitsOfBinaryIq::isBitsOfBinaryIq(const QDomElement &element) { QDomElement child = element.firstChildElement(); while (!child.isNull()) { - if (QXmppBitsOfBinaryData::isBitsOfBinaryData(child)) + if (QXmppBitsOfBinaryData::isBitsOfBinaryData(child)) { return true; + } child = child.nextSiblingElement(); } return false; -- cgit v1.2.3