From fd11e024a6079be3e0bc62911b6e3070c7553224 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Sat, 8 Jan 2022 08:26:46 +0000 Subject: Run 'clang-format' on all files --- src/base/QXmppArchiveIq.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/QXmppArchiveIq.cpp') diff --git a/src/base/QXmppArchiveIq.cpp b/src/base/QXmppArchiveIq.cpp index 92fc5ef9..592f788c 100644 --- a/src/base/QXmppArchiveIq.cpp +++ b/src/base/QXmppArchiveIq.cpp @@ -239,7 +239,7 @@ bool QXmppArchiveChatIq::isArchiveChatIq(const QDomElement &element) { QDomElement chatElement = element.firstChildElement(QStringLiteral("chat")); return !chatElement.attribute(QStringLiteral("with")).isEmpty(); - //return (chatElement.namespaceURI() == ns_archive); + // return (chatElement.namespaceURI() == ns_archive); } void QXmppArchiveChatIq::parseElementFromChild(const QDomElement &element) -- cgit v1.2.3