[empathy] Small coding style fix



commit 0ce1b4664b5706744f7d295f34b726fb61fd636a
Author: Davyd Madeley <davyd madeley id au>
Date:   Tue Jul 14 10:30:15 2009 +0100

    Small coding style fix

 libempathy-gtk/empathy-contact-menu.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c
index 03db5fd..3c4eb0b 100644
--- a/libempathy-gtk/empathy-contact-menu.c
+++ b/libempathy-gtk/empathy-contact-menu.c
@@ -164,7 +164,9 @@ empathy_contact_add_menu_item_new (EmpathyContact *contact)
 	}
 	g_list_free (members);
 
-	if (found) return NULL;
+	if (found) {
+		return NULL;
+	}
 
 	item = gtk_image_menu_item_new_with_mnemonic (_("_Add Contact..."));
 	image = gtk_image_new_from_icon_name (GTK_STOCK_ADD,



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