]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact.c
Fix indentation of previous patch
[empathy.git] / libempathy / empathy-contact.c
index fe25ff003994e8f1fcf3f64d838bfb02fc72638b..4537d404324059f42b0d5a1c0e900e8ea4ee3626 100644 (file)
@@ -953,7 +953,9 @@ empathy_contact_load_avatar_cache (EmpathyContact *contact,
       empathy_avatar_unref (avatar);
     }
   else
-    g_free (filename);
+    {
+      g_free (filename);
+    }
 
   return data != NULL;
 }