From: Guillaume Desmottes Date: Fri, 27 Jan 2012 12:17:21 +0000 (+0100) Subject: coding style fix X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=a84d501cc9dd8d0e7e0bc725d215ae2fb1331326 coding style fix --- 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; };