diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c5b4adf3f..d273a3792 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -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; }; |