From 387269664f575429b3d8e023c4bce51763b6335c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 21 Sep 2011 09:23:30 +0000 Subject: remove trailing whitespace --- src/QXmppOutgoingClient.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/QXmppOutgoingClient.cpp') diff --git a/src/QXmppOutgoingClient.cpp b/src/QXmppOutgoingClient.cpp index 96c20292..1a52be02 100644 --- a/src/QXmppOutgoingClient.cpp +++ b/src/QXmppOutgoingClient.cpp @@ -266,7 +266,7 @@ void QXmppOutgoingClient::handleStanza(const QDomElement &nodeRecv) emit elementReceived(nodeRecv, handled); if (handled) return; - + if(QXmppStreamFeatures::isStreamFeatures(nodeRecv)) { QXmppStreamFeatures features; @@ -295,7 +295,7 @@ void QXmppOutgoingClient::handleStanza(const QDomElement &nodeRecv) if (socket()->supportsSsl() && localSecurity != QXmppConfiguration::TLSDisabled && - remoteSecurity != QXmppStreamFeatures::Disabled) + remoteSecurity != QXmppStreamFeatures::Disabled) { // enable TLS as it is support by both parties sendData(""); -- cgit v1.2.3