[empathy] coding style fix



commit 9830714434c0b2ff8679de2daa68d3aab6f09cc8
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Sep 19 16:38:43 2011 +0200

    coding style fix

 libempathy-gtk/empathy-chat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index cedb7a5..570d73b 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);



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