]> git.0d.be Git - empathy.git/commitdiff
coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 11 May 2012 11:17:30 +0000 (13:17 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 11 May 2012 11:17:30 +0000 (13:17 +0200)
src/empathy-new-chatroom-dialog.c

index e8365184a6b402b180d43adddd2334e0c2718eb1..72505472c37414bfa04a80411c8e80a35e2d5243 100644 (file)
@@ -158,7 +158,7 @@ new_chatroom_dialog_model_add_columns (EmpathyNewChatroomDialog *self)
 {
   GtkTreeView *view;
   GtkTreeViewColumn *column;
-  GtkCellRenderer*cell;
+  GtkCellRenderer *cell;
   gint width, height;
 
   gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &width, &height);