aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppDialback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/QXmppDialback.cpp')
-rw-r--r--src/server/QXmppDialback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/QXmppDialback.cpp b/src/server/QXmppDialback.cpp
index 852edc5b..28c00f61 100644
--- a/src/server/QXmppDialback.cpp
+++ b/src/server/QXmppDialback.cpp
@@ -87,8 +87,8 @@ void QXmppDialback::setType(const QString &type)
bool QXmppDialback::isDialback(const QDomElement &element)
{
return element.namespaceURI() == ns_server_dialback &&
- (element.tagName() == QLatin1String("result") ||
- element.tagName() == QLatin1String("verify"));
+ (element.tagName() == QLatin1String("result") ||
+ element.tagName() == QLatin1String("verify"));
}
void QXmppDialback::parse(const QDomElement &element)