]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-chat.c
coding style fixes
[empathy.git] / 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;
 };