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/qxmpprpciq/tst_qxmpprpciq.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/qxmpprpciq/tst_qxmpprpciq.cpp') diff --git a/tests/qxmpprpciq/tst_qxmpprpciq.cpp b/tests/qxmpprpciq/tst_qxmpprpciq.cpp index a83f6999..be651243 100644 --- a/tests/qxmpprpciq/tst_qxmpprpciq.cpp +++ b/tests/qxmpprpciq/tst_qxmpprpciq.cpp @@ -24,8 +24,9 @@ static void checkVariant(const QVariant &value, const QByteArray &xml) QDomElement element = doc.documentElement(); QStringList errors; QVariant test = QXmppRpcMarshaller::demarshall(element, errors); - if (!errors.isEmpty()) + if (!errors.isEmpty()) { qDebug() << errors; + } QCOMPARE(errors, QStringList()); QCOMPARE(test, value); } -- cgit v1.2.3