[empathy] Fix indentation of previous patch



commit e560183ac77e780c9ee732a2daf8d75cf0d823ca
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]