]> git.0d.be Git - empathy.git/commitdiff
empathy-message.c: remove a trailing space
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Jul 2009 17:05:07 +0000 (18:05 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 13 Jul 2009 17:05:07 +0000 (18:05 +0100)
libempathy/empathy-message.c

index 41b44bfb3b9497fefcaa791a0ae69a2f9ca20fee..a8fe6084cfe1495d54b8a5128f8671e08cad7b29 100644 (file)
@@ -421,7 +421,7 @@ empathy_message_set_is_backlog (EmpathyMessage *message,
        priv->is_backlog = is_backlog;
 
        g_object_notify (G_OBJECT (message), "is-backlog");
-}                              
+}
 
 #define IS_SEPARATOR(ch) (ch == ' ' || ch == ',' || ch == '.' || ch == ':')
 gboolean