changeset 58:c12b66ec0362

Add braces, mostly cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 06 Jun 2012 16:52:37 +0300
parents c78757d6e440
children c0eefd6b2d11
files th_util.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.c	Sun May 27 10:32:29 2012 +0300
+++ b/th_util.c	Wed Jun 06 16:52:37 2012 +0300
@@ -490,8 +490,10 @@
     int i;
     
     for (i = 0; i < buf->size; i++)
+    {
         if (buf->data[i] != NULL)
             buf->deallocator(buf->data[i]);
+    }
     
     th_free(buf->data);
     th_free(buf);