diff th_util.c @ 154:a6f175e301cc

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Feb 2015 00:33:16 +0200
parents b4e1b15a64e1
children 79e904905dbf
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;