]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-message.c
Merge commit 'jtellier/video-call-button-sensitivity'
[empathy.git] / 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