[empathy/gnome-2-28-candidate: 6/6] Fix indentation of previous patch
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy/gnome-2-28-candidate: 6/6] Fix indentation of previous patch
- Date: Wed, 16 Sep 2009 14:22:23 +0000 (UTC)
commit 7686733b3ff1809999bccfb1083c0450cfb618a5
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]