From a84d501cc9dd8d0e7e0bc725d215ae2fb1331326 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 27 Jan 2012 13:17:21 +0100 Subject: [PATCH] coding style fix --- libempathy-gtk/empathy-chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 81350220..8a17189e 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -158,7 +158,7 @@ struct _EmpathyChatPriv { GdkEventType most_recent_event_type; /* A regex matching our own current nickname in the room, or %NULL if - * !empathy_chat_is_room(). */ + * !empathy_chat_is_room (). */ GRegex *highlight_regex; }; -- 2.39.2