aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:01:42 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-05-18 23:07:15 +0800
commit914b9e47e2f96865e7dcfce92f3237a3ff8086fc (patch)
tree3f6a66fe615c7e2c49248a287c74b3d79e1e5d36
parentee9e40df7290b056332d890ce19d22dbe24c16d6 (diff)
downloadgsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.tar
gsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.tar.gz
gsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.tar.bz2
gsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.tar.lz
gsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.tar.xz
gsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.tar.zst
gsoc2013-empathy-914b9e47e2f96865e7dcfce92f3237a3ff8086fc.zip
empathy-contact-menu: fix coding style
-rw-r--r--libempathy-gtk/empathy-contact-menu.c4
-rw-r--r--libempathy-gtk/empathy-contact-menu.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-menu.c b/libempathy-gtk/empathy-contact-menu.c
index a3cf1da26..6009f6522 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 fddc40c49..39ffd5548 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>
*/