changeset 1817:ca9fe688ab6b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Jun 2018 19:42:18 +0300
parents 8d7b424197bc
children 7bafe5f0998d
files minijss/jloadjss.c src/dmgrowbuf.c src/dmlib.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/minijss/jloadjss.c	Thu Jun 21 19:38:13 2018 +0300
+++ b/minijss/jloadjss.c	Thu Jun 21 19:42:18 2018 +0300
@@ -516,7 +516,7 @@
             "Failed to read ext.instrument #%d header.\n",
             index);
         }
-        
+
         // Allocate instrument
         einst = module->extInstruments[index] = jssAllocateExtInstrument();
         if (einst == NULL)
--- 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;
 
--- a/src/dmlib.h	Thu Jun 21 19:38:13 2018 +0300
+++ b/src/dmlib.h	Thu Jun 21 19:42:18 2018 +0300
@@ -121,7 +121,7 @@
     DMERR_BOUNDS,
 
     DMERR_DATA_ERROR,   // Data decoding/encoding/parsing error
-    
+
     DMERR_VERSION,      // Unsupported data version
 
     // PACK-file subsystem