jingle/jingle.c
changeset 166 c42c167a2a5c
parent 165 763c26abd99d
child 172 d33526eba590
--- a/jingle/jingle.c	Wed Sep 01 01:19:40 2010 +0200
+++ b/jingle/jingle.c	Wed Sep 01 20:34:23 2010 +0200
@@ -198,7 +198,7 @@
 LmMessageHandler *jingle_new_ack_handler(JingleAckHandle *ah)
 {
   if(ack_timeout_checker == 0)
-	  ack_timeout_checker = g_timeout_add_seconds(3, jingle_ack_timeout_checker, NULL);
+      ack_timeout_checker = g_timeout_add_seconds(3, jingle_ack_timeout_checker, NULL);
   
   ah->_inserted = time(NULL);
   ah->_handler = lm_message_handler_new(jingle_handle_ack_iq,
@@ -360,8 +360,8 @@
       gchar *tmp = buddy_resource_getcaps(roster_usr->data, thisres->data);
       if (!caps_has_feature(tmp, (gchar *)ns[indexns]))
         found = FALSE;
-	 }
-	 if (!found) continue;
+      }
+      if (!found) continue;
 
     choosenres = g_strdup(thisres->data);
     g_slist_foreach(reslist, (GFunc)g_free, NULL);