loudmouth/lm-sasl.c
changeset 664 f57b1b61e1fe
parent 624 a94013a4555d
child 678 66017d9f6187
--- a/loudmouth/lm-sasl.c	Sun Feb 15 15:30:12 2015 +0100
+++ b/loudmouth/lm-sasl.c	Sat Oct 31 08:37:51 2015 +0100
@@ -153,7 +153,7 @@
     guint32         major_status;
     guint32         minor_status;
 
-    token.value	= g_strdup_printf ("xmpp@%s", sasl->server);
+    token.value        = g_strdup_printf ("xmpp@%s", sasl->server);
     token.length = strlen ((char *)token.value);
 
     if (token.value == NULL) {