diff minijss/jssmod.h @ 1238:e8c99da451cd

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Mar 2015 18:14:03 +0200
parents b8c9af10b7fd
children 22c71fa5698e
line wrap: on
line diff
--- a/minijss/jssmod.h	Fri Mar 06 16:37:15 2015 +0200
+++ b/minijss/jssmod.h	Fri Mar 06 18:14:03 2015 +0200
@@ -304,10 +304,13 @@
 
 JSSModule *         jssAllocateModule(void);
 int                 jssFreeModule(JSSModule * module);
+
 JSSPattern *        jssAllocatePattern(const int nrows, const int nchannels);
 void                jssFreePattern(JSSPattern *pattern);
+
 JSSInstrument *     jssAllocateInstrument(void);
 void                jssFreeInstrument(JSSInstrument *inst);
+
 JSSExtInstrument *  jssAllocateExtInstrument(void);
 void                jssFreeExtInstrument(JSSExtInstrument *inst);