]> git.0d.be Git - empathy.git/commitdiff
empathy-account-widget-irc: fix coding style
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 15:05:58 +0000 (16:05 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 May 2009 15:07:17 +0000 (16:07 +0100)
libempathy-gtk/empathy-account-widget-irc.c

index cc86a5aaa44d539c6c270d7c5632afc574d0b0d3..66f04bd670ebdf908224196bf331fd283c59be68 100644 (file)
@@ -465,7 +465,7 @@ empathy_account_widget_irc_new (McAccount *account)
   /* Fill the networks combobox */
   store = gtk_list_store_new (2, G_TYPE_OBJECT, G_TYPE_STRING);
 
-  gtk_cell_layout_clear (GTK_CELL_LAYOUT (settings->combobox_network)); 
+  gtk_cell_layout_clear (GTK_CELL_LAYOUT (settings->combobox_network));
   renderer = gtk_cell_renderer_text_new ();
   gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (settings->combobox_network),
       renderer, TRUE);