]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-contact-list.c
Fix coding style
[empathy.git] / libempathy / empathy-tp-contact-list.c
index 2013c60cf0f09d54a78f13e762caeb6c57eb7709..719a6cc1a8fc853b6d2e0b1e3bcc74fcc1ba9558 100644 (file)
@@ -1107,15 +1107,15 @@ gboolean
 empathy_tp_contact_list_can_add (EmpathyTpContactList *list)
 {
        EmpathyTpContactListPriv *priv;
-  TpChannelGroupFlags flags;
+       TpChannelGroupFlags       flags;
 
        g_return_val_if_fail (EMPATHY_IS_TP_CONTACT_LIST (list), FALSE);
 
        priv = GET_PRIV (list);
 
-  if (priv->subscribe == NULL)
-    return FALSE;
+       if (priv->subscribe == NULL)
+               return FALSE;
 
-  flags = empathy_tp_group_get_flags (priv->subscribe);
+       flags = empathy_tp_group_get_flags (priv->subscribe);
        return (flags & TP_CHANNEL_GROUP_FLAG_CAN_ADD) != 0;
 }