[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:06 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=ef52711

The following commit has been merged in the master branch:
commit ef5271167964a5a94a3eef4e61aec80333f5cd80
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Thu Jun 6 16:56:38 2013 +0200

    Removed some trailing spaces
---
 sasl-auth-op.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index 210e321..ce43e0e 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -60,13 +60,13 @@ void SaslAuthOp::gotProperties(Tp::PendingOperation *op)
     QVariantMap props = qdbus_cast<QVariantMap>(pvm->result());
     QStringList mechanisms = qdbus_cast<QStringList>(props.value(QLatin1String("AvailableMechanisms")));
     kDebug() << mechanisms;
-        
+
     if (mechanisms.contains(QLatin1String("X-FACEBOOK-PLATFORM"))) {
         XTelepathySSOOperation *authop = new XTelepathySSOOperation(m_account, m_saslIface);
         connect(authop,
                 SIGNAL(finished(Tp::PendingOperation*)),
                 SLOT(onAuthOperationFinished(Tp::PendingOperation*)));
-                
+
         //FIXME this is repeated code...move it outside the if???
         uint status = qdbus_cast<uint>(props.value(QLatin1String("SASLStatus")));
         QString error = qdbus_cast<QString>(props.value(QLatin1String("SASLError")));

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list