aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-16 19:43:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-16 19:43:28 +0800
commit9b3306a89a8419217e9c2350d7c32c1a83704eca (patch)
tree52b0a9252ba1a312cd76f7d81f1c482b8751c047 /libempathy-gtk
parent09c17d1e767b8459ff23158f35f795d16aac6a0b (diff)
downloadgsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.tar
gsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.tar.gz
gsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.tar.bz2
gsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.tar.lz
gsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.tar.xz
gsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.tar.zst
gsoc2013-empathy-9b3306a89a8419217e9c2350d7c32c1a83704eca.zip
coding style fixes
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-chat.c4
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;
};