diff th_datastruct.c @ 627:964657ad0960

Indentation cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 19:14:36 +0200
parents 98c8bd80f633
children 140e2272471c
line wrap: on
line diff
--- a/th_datastruct.c	Fri Jan 17 19:13:57 2020 +0200
+++ b/th_datastruct.c	Fri Jan 17 19:14:36 2020 +0200
@@ -343,7 +343,8 @@
         memset(buf->data + buf->size, 0, sizeof(char *) * n);
         buf->size += n;
         return TRUE;
-    } else
+    }
+    else
         return FALSE;
 }