]> git.0d.be Git - empathy.git/commitdiff
coding style fix
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 19 Sep 2011 14:38:43 +0000 (16:38 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 19 Sep 2011 14:38:43 +0000 (16:38 +0200)
libempathy-gtk/empathy-chat.c

index cedb7a5e97cc4486797c5aafc361ff5871b01f4d..570d73b691f2ad711d93e5324289af6e0411300c 100644 (file)
@@ -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);