diff minijss/jssmod.h @ 1127:e22d4ceb6414

Cosmetics pass, remove excess and trailing whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 06:11:37 +0200
parents 698ee83bac98
children e466d10dae6d
line wrap: on
line diff
--- a/minijss/jssmod.h	Wed Mar 04 06:08:22 2015 +0200
+++ b/minijss/jssmod.h	Wed Mar 04 06:11:37 2015 +0200
@@ -185,7 +185,7 @@
     PATMODE_RAW_VERT,
     PATMODE_COMP_VERT,
     PATMODE_RAW_ELEM,
-    PATMODE_LAST    
+    PATMODE_LAST
 };
 
 /* JSSMOD typedefs
@@ -210,16 +210,16 @@
     /*
     - After this, norders long orders table will follow, of type:
       Sint16 orderList[norders];
-    
+
     - Pattern data, format depends on patMode.
-    
+
     - Extended instruments (*)
-    
+
     - Sample instrument headers (*)
-    
+
     - Sample data (format depends) (*)
-    
-    (*) Items are optional and may have been omitted. Fields in the 
+
+    (*) Items are optional and may have been omitted. Fields in the
         module and other headers are used to indicate if these items exist.
     */
 } JSSMODHeader;