diff minijss/jloadjss.c @ 1817:ca9fe688ab6b

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Jun 2018 19:42:18 +0300
parents dcb5c16ecdb9
children 40ccc09f09be
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)