aboutsummaryrefslogtreecommitdiff
path: root/tests/util.h
diff options
context:
space:
mode:
authorMelvin Keskin <melvo@olomono.de>2022-01-08 08:26:46 +0000
committerLinus Jahn <lnj@kaidan.im>2022-01-15 14:04:15 +0100
commitfd11e024a6079be3e0bc62911b6e3070c7553224 (patch)
tree199a3d658bc1641259faffd588534788fadb05dd /tests/util.h
parentee1ea9091f128164f91d29d7a3598d792326c1a7 (diff)
downloadqxmpp-fd11e024a6079be3e0bc62911b6e3070c7553224.tar.gz
Run 'clang-format' on all files
Diffstat (limited to 'tests/util.h')
-rw-r--r--tests/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util.h b/tests/util.h
index 830f56dd..cfad6e1d 100644
--- a/tests/util.h
+++ b/tests/util.h
@@ -42,7 +42,7 @@ static QByteArray packetToXml(const T &packet)
template<class T>
static void parsePacket(T &packet, const QByteArray &xml)
{
- //qDebug() << "parsing" << xml;
+ // qDebug() << "parsing" << xml;
packet.parse(xmlToDom(xml));
}