From 9b3306a89a8419217e9c2350d7c32c1a83704eca Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Feb 2012 12:43:28 +0100 Subject: [PATCH] coding style fixes --- libempathy-gtk/empathy-chat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index c5b4adf3..d273a379 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; }; -- 2.39.2