]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.cpp
done testing 1.13.0
[mothur.git] / listseqscommand.cpp
index a3f88cf74d2c1eaa5c88fd792f678a7e5a7b4bf3..d85d5be2909aa153d8e4331a80ff6d91fc6ea9c2 100644 (file)
@@ -208,7 +208,7 @@ int ListSeqsCommand::readFasta(){
                ifstream in;
                m->openInputFile(fastafile, in);
                string name;
-               
+       
                while(!in.eof()){
                        
                        if (m->control_pressed) { in.close(); return 0; }