]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.c
Fix indentation Fix not returning the contact in tp_contact_list_find()
[empathy.git] / libempathy / empathy-contact-manager.c
index a4cae35c7f81eda3e93b379221cadf042239bca1..fa62da98fed3642f6ace2308408907fe75589d4b 100644 (file)
@@ -397,7 +397,7 @@ contact_manager_find_foreach (McAccount              *account,
 {
        data->contact = empathy_contact_list_find (EMPATHY_CONTACT_LIST (list),
                                                   data->id);
-       
+
        if (data->contact) {
                return TRUE;
        }