]> git.0d.be Git - empathy.git/commitdiff
coding style fixes
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 16 Feb 2012 11:43:28 +0000 (12:43 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 16 Feb 2012 11:43:28 +0000 (12:43 +0100)
libempathy-gtk/empathy-chat.c

index c5b4adf3f4bdd671062208952d606a42877d508e..d273a3792536b161095434f2e5c31d7f4a052478 100644 (file)
@@ -161,8 +161,8 @@ struct _EmpathyChatPriv {
         * !empathy_chat_is_room (). */
        GRegex            *highlight_regex;
 
-       /* TRUE if empathy_chat_is_room() and there are unread highlighted messages.
-        * Cleared by empathy_chat_messages_read(). */
+       /* TRUE if empathy_chat_is_room () and there are unread highlighted messages.
+        * Cleared by empathy_chat_messages_read (). */
        gboolean           highlighted;
 };