[telepathy-qt4/master] ChannelRequest: Fixed coding style.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue May 5 10:45:45 PDT 2009


---
 TelepathyQt4/channel-request.cpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/channel-request.cpp b/TelepathyQt4/channel-request.cpp
index ecca981..d902d6b 100644
--- a/TelepathyQt4/channel-request.cpp
+++ b/TelepathyQt4/channel-request.cpp
@@ -289,10 +289,12 @@ void ChannelRequest::gotMainProperties(QDBusPendingCallWatcher *watcher)
         }
 
         mPriv->preferredHandler = qdbus_cast<QString>(props["PreferredHandler"]);
-        mPriv->requests = qdbus_cast<QualifiedPropertyValueMapList>(props["Requests"]);
+        mPriv->requests =
+            qdbus_cast<QualifiedPropertyValueMapList>(props["Requests"]);
     }
     else {
-        mPriv->readinessHelper->setIntrospectCompleted(FeatureCore, false, reply.error());
+        mPriv->readinessHelper->setIntrospectCompleted(FeatureCore,
+                false, reply.error());
         warning().nospace() << "Properties::GetAll(ChannelRequest) failed with "
             << reply.error().name() << ": " << reply.error().message();
     }
-- 
1.5.6.5




More information about the telepathy-commits mailing list