diff Chordino.cpp @ 125:2518ef286816 monophonicness

tab format correction
author Matthias Mauch <mail@matthiasmauch.net>
date Sat, 11 Jun 2011 17:44:14 +0100
parents 21181297da99
children 28c8e52139b5
line wrap: on
line diff
--- a/Chordino.cpp	Sat Jun 11 13:20:37 2011 +0100
+++ b/Chordino.cpp	Sat Jun 11 17:44:14 2011 +0100
@@ -495,11 +495,11 @@
             }
         }
 
-		if (*max_element(origchroma.begin(), origchroma.end()) == 0) {
-			for (int i = 0; i < (int)chroma.size(); i++) {
+        if (*max_element(origchroma.begin(), origchroma.end()) == 0) {
+            for (int i = 0; i < (int)chroma.size(); i++) {
                 chroma[i] = 1;
             }
-		}
+        }
 
         chromaList.push_back(currentChromas);