diff src/dmgrowbuf.c @ 1817:ca9fe688ab6b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Jun 2018 19:42:18 +0300
parents 0b7062d874ef
children 3d4bb20f6739
line wrap: on
line diff
--- a/src/dmgrowbuf.c	Thu Jun 21 19:38:13 2018 +0300
+++ b/src/dmgrowbuf.c	Thu Jun 21 19:42:18 2018 +0300
@@ -98,7 +98,7 @@
     memcpy(dst->data, src->data, src->size);
     if (enlarge > 0)
         dmMemset(dst->data + src->size, 0, enlarge);
-    
+
     // And reset some struct information
     dst->is_const = FALSE;