From e560183ac77e780c9ee732a2daf8d75cf0d823ca Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 16 Sep 2009 15:30:16 +0200 Subject: Fix indentation of previous patch --- libempathy/empathy-contact.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index fe25ff003..4537d4043 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; } -- cgit v1.2.3