[empathy/gnome-2-28-candidate] Fix indentation of previous patch



commit c3bcf35daff8a510f7ef30135d18f27b4c9cd0e6
Author: Xavier Claessens <xclaesse gmail com>
Date:   Wed Sep 16 15:30:16 2009 +0200

    Fix indentation of previous patch

 libempathy/empathy-contact.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index fe25ff0..4537d40 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]