From: Guillaume Desmottes Date: Thu, 16 Feb 2012 11:43:28 +0000 (+0100) Subject: coding style fixes X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=9b3306a89a8419217e9c2350d7c32c1a83704eca;ds=sidebyside coding style fixes --- 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; };