[empathy] empathy-contact-menu: fix coding style



commit 914b9e47e2f96865e7dcfce92f3237a3ff8086fc
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon May 18 16:01:42 2009 +0100

    empathy-contact-menu: fix coding style
---
 libempathy-gtk/empathy-contact-menu.c |    4 ++--
 libempathy-gtk/empathy-contact-menu.h |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c
index a3cf1da..6009f65 100644
--- a/libempathy-gtk/empathy-contact-menu.c
+++ b/libempathy-gtk/empathy-contact-menu.c
@@ -15,7 +15,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- * 
+ *
  * Authors: Xavier Claessens <xclaesse gmail com>
  */
 
@@ -381,7 +381,7 @@ empathy_contact_invite_menu_item_new (EmpathyContact *contact)
 				submenu = gtk_menu_new ();
 
 			room_item = create_room_sub_menu (contact, chatroom);
-			gtk_menu_shell_append ((GtkMenuShell*)submenu, room_item);
+			gtk_menu_shell_append ((GtkMenuShell *) submenu, room_item);
 			gtk_widget_show (room_item);
 		}
 	}
diff --git a/libempathy-gtk/empathy-contact-menu.h b/libempathy-gtk/empathy-contact-menu.h
index fddc40c..39ffd55 100644
--- a/libempathy-gtk/empathy-contact-menu.h
+++ b/libempathy-gtk/empathy-contact-menu.h
@@ -15,7 +15,7 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- * 
+ *
  * Authors: Xavier Claessens <xclaesse gmail com>
  */
 



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