loudmouth/lm-parser.c
changeset 664 f57b1b61e1fe
parent 623 d20813955632
child 690 7ccf2113ec5f
--- a/loudmouth/lm-parser.c	Sun Feb 15 15:30:12 2015 +0100
+++ b/loudmouth/lm-parser.c	Sat Oct 31 08:37:51 2015 +0100
@@ -188,8 +188,8 @@
             if (parser->function) {
                 (* parser->function) (parser, m, parser->user_data);
             }
-	    lm_message_unref (m);
-	}
+            lm_message_unref (m);
+        }
 
         lm_message_node_unref (parser->cur_root);
         parser->cur_node = parser->cur_root = NULL;