[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:12 UTC 2016


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

The following commit has been merged in the master branch:
commit c3ac6d6a0080426c95b33bb4c2edd06af9c063db
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Fri Jun 7 14:23:52 2013 +0200

    Trailing spaces --
---
 sasl-auth-op.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sasl-auth-op.cpp b/sasl-auth-op.cpp
index 5b269fb..a20a52f 100644
--- a/sasl-auth-op.cpp
+++ b/sasl-auth-op.cpp
@@ -74,7 +74,7 @@ void SaslAuthOp::gotProperties(Tp::PendingOperation *op)
         uint status = qdbus_cast<uint>(props.value(QLatin1String("SASLStatus")));
         QString error = qdbus_cast<QString>(props.value(QLatin1String("SASLError")));
         QVariantMap errorDetails = qdbus_cast<QVariantMap>(props.value(QLatin1String("SASLErrorDetails")));
-        authop->onSASLStatusChanged(status, error, errorDetails);   
+        authop->onSASLStatusChanged(status, error, errorDetails);
     } else if (mechanisms.contains(QLatin1String("X-TELEPATHY-PASSWORD"))) {
         // everything ok, we can return from handleChannels now
         Q_EMIT ready(this);

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list