changeset 154:a6f175e301cc

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Feb 2015 00:33:16 +0200
parents 4cd94649475d
children 23a79bd6c9d6
files th_util.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.c	Sat Feb 07 00:19:43 2015 +0200
+++ b/th_util.c	Sat Feb 07 00:33:16 2015 +0200
@@ -239,6 +239,7 @@
     return res;
 }
 
+
 void th_llist_free_func(th_llist_t *list, void (*freefunc)(void *data))
 {
     th_llist_t *curr = list;