]> git.donarmstrong.com Git - mothur.git/blobdiff - engine.cpp
metastats in progress
[mothur.git] / engine.cpp
index a80eba4292f8ca32abb9a612cd7ef3cb7f8226a4..670af78757abf5ac2b25ff2adcd4c7b41257e9ee 100644 (file)
@@ -406,7 +406,7 @@ bool BatchEngine::getInput(){
 /***********************************************************************/
 string BatchEngine::getNextCommand(ifstream& inputBatchFile) {
        try {
-               
+                       
                string nextcommand = "";
                
                if (inputBatchFile.eof()) { nextcommand = "quit()"; }