mcabber/mcabber/xmpp_muc.c
changeset 1722 b18142457ca9
parent 1687 fc67e1c7a5d4
child 1729 e6e89b1d7831
--- a/mcabber/mcabber/xmpp_muc.c	Sun Feb 28 10:20:13 2010 +0100
+++ b/mcabber/mcabber/xmpp_muc.c	Sun Feb 28 11:33:39 2010 +0100
@@ -672,7 +672,7 @@
     const char *id;
     char *desc = g_strdup_printf("<%s> invites you to %s", from, to);
     event_muc_invitation *invitation;
-    
+
     invitation = g_new(event_muc_invitation, 1);
     invitation->to = g_strdup(to);
     invitation->from = g_strdup(from);