aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppDiscoveryIq.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2011-09-21 09:23:30 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2011-09-21 09:23:30 +0000
commit387269664f575429b3d8e023c4bce51763b6335c (patch)
treec62bdf70e2be08518ad1a3cda03009fc57163d6d /src/QXmppDiscoveryIq.cpp
parent44593bd7f234284a515df59cce3332f8b91d5022 (diff)
downloadqxmpp-387269664f575429b3d8e023c4bce51763b6335c.tar.gz
remove trailing whitespace
Diffstat (limited to 'src/QXmppDiscoveryIq.cpp')
-rw-r--r--src/QXmppDiscoveryIq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppDiscoveryIq.cpp b/src/QXmppDiscoveryIq.cpp
index 1409721e..6e0d33d5 100644
--- a/src/QXmppDiscoveryIq.cpp
+++ b/src/QXmppDiscoveryIq.cpp
@@ -215,7 +215,7 @@ bool QXmppDiscoveryIq::isDiscoveryIq(const QDomElement &element)
{
QDomElement queryElement = element.firstChildElement("query");
return (queryElement.namespaceURI() == ns_disco_info ||
- queryElement.namespaceURI() == ns_disco_items);
+ queryElement.namespaceURI() == ns_disco_items);
}
void QXmppDiscoveryIq::parseElementFromChild(const QDomElement &element)