changeset 798:422f85db78fd

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:59:46 +0300
parents f066e9dccf29
children 5ec451795ab2
files tools/xm2jss.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tools/xm2jss.c	Fri Oct 18 19:51:38 2013 +0300
+++ b/tools/xm2jss.c	Fri Oct 18 20:59:46 2013 +0300
@@ -673,18 +673,18 @@
     for (i = 0; i <= jsetMaxInstruments; i++)
     {
         usedExtInstruments[i] = FALSE;
-        usedInstruments[i] = FALSE;
-        mapExtInstruments[i] = jsetNotSet;
-        mapInstruments[i] = jsetNotSet;
+        usedInstruments[i]    = FALSE;
+        mapExtInstruments[i]  = jsetNotSet;
+        mapInstruments[i]     = jsetNotSet;
     }
     
     for (i = 0; i <= jsetMaxPatterns; i++)
     {
         usedPatterns[i] = FALSE;
-        mapPatterns[i] = jsetNotSet;
+        mapPatterns[i]  = jsetNotSet;
     }
 
-    // Find out all used patterns and ext.instruments
+    // Find out all actually used patterns and ext.instruments
     for (i = 0; i < m->norders; i++)
     {
         int pattern = m->orderList[i];