]> git.donarmstrong.com Git - mothur.git/blobdiff - aligncommand.cpp
working on kendall
[mothur.git] / aligncommand.cpp
index b6a2c0bcd46b7bfeaf48ad548dea6dec5ca3a823..db4e34aa69fcb04be1b3d15a39ed7013c6a2086a 100644 (file)
@@ -279,7 +279,7 @@ void AlignCommand::help(){
 
 int AlignCommand::execute(){
        try {
-               if (abort == true) {    return 0;       }
+               if (abort == true) { return 0;  }
 
                templateDB = new AlignmentDB(templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch);
                int longestBase = templateDB->getLongestBase();