summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-19 16:38:43 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-19 16:38:43 +0200
commit9830714434c0b2ff8679de2daa68d3aab6f09cc8 (patch)
treef3dbf521be328c8d1d68c183fa355799ab5a1aad
parent768efa64b2986ffe6e394a7f58262f44e6e2fc99 (diff)
downloadempathy-9830714434c0b2ff8679de2daa68d3aab6f09cc8.tar.gz
coding style fixEMPATHY_3_1_92
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index cedb7a5e9..570d73b69 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -2647,7 +2647,7 @@ chat_contacts_visible_timeout_cb (gpointer chat)
/* Set the position of the slider. This must be done here because
* GtkPaned need to know its size allocation and it will be settled only
- * after the gtk_window_resize() tough effect. */
+ * after the gtk_window_resize () tough effect. */
if (priv->contacts_width > 0) {
gtk_paned_set_position (GTK_PANED (priv->hpaned),
priv->contacts_width);