]> git.donarmstrong.com Git - mothur.git/blobdiff - taxonomyequalizer.cpp
changes for 1.12.2
[mothur.git] / taxonomyequalizer.cpp
index c7e8cb9e4add8388602dc2bfc12cff28673f7db3..1d2832d5fc3a3ba31861d75d93dd202caf82261e 100644 (file)
@@ -88,19 +88,19 @@ int TaxEqualizer::getHighestLevel(ifstream& in) {
                
                        //save sequences level
                        seqLevels[name] = thisLevel;
-               
+       
                        //is this the longest taxonomy?
                        if (thisLevel > level) {  
                                level = thisLevel;  
                                testTax = tax; //testTax is used to figure out if this file has confidences we need to strip out
-                       }  
+                       } 
                }
                
                int pos = testTax.find_first_of('(');
 
                //if there are '(' then there are confidences we need to take out
                if (pos != -1) {  containsConfidence = true;  }
-               
+       
                return level;
                                        
        }