]> git.0d.be Git - empathy.git/commitdiff
Fix indentation of previous patch
authorXavier Claessens <xclaesse@gmail.com>
Wed, 16 Sep 2009 13:30:16 +0000 (15:30 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 16 Sep 2009 13:30:16 +0000 (15:30 +0200)
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;
 }