[Telepathy-commits] [telepathy-gabble/master] 80 columns

Alban Crequy alban.crequy at collabora.co.uk
Tue Aug 19 10:52:43 PDT 2008


20080513111118-a41c0-634c123cbd83aaa62b26066d89002b32b5ec3ed5.gz
---
 src/gabble-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gabble-connection.c b/src/gabble-connection.c
index c0f0c10..db20e05 100644
--- a/src/gabble-connection.c
+++ b/src/gabble-connection.c
@@ -1537,8 +1537,8 @@ connection_iq_disco_cb (LmMessageHandler *handler,
 
   caps_hash = caps_hash_compute_from_self_presence (self);
   DEBUG ("caps_hash='%s'", caps_hash);
-  if (NULL == node || bundle_found ||
-      g_str_equal (suffix, caps_hash))
+
+  if (NULL == node || bundle_found || g_str_equal (suffix, caps_hash))
     {
       if (NULL == node)
         DEBUG ("No requested node. Send all features.");
-- 
1.5.6.3




More information about the Telepathy-commits mailing list