From 5f813f8a4bbe1e075daad7b3933829044befffb4 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Mon, 5 Sep 2022 20:37:05 +0200 Subject: Reformat code --- tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp') diff --git a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp index dbfca713..94e59eeb 100644 --- a/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp +++ b/tests/qxmppstreamfeatures/tst_qxmppstreamfeatures.cpp @@ -16,8 +16,9 @@ static void parsePacketWithStream(T &packet, const QByteArray &xml) QString err; bool parsingSuccess = doc.setContent(wrappedXml, true, &err); - if (!err.isNull()) + if (!err.isNull()) { qDebug() << err; + } QVERIFY(parsingSuccess); packet.parse(doc.documentElement().firstChildElement()); -- cgit v1.2.3