]> git.donarmstrong.com Git - mothur.git/blobdiff - getlinecommand.cpp
added trim.seqs command
[mothur.git] / getlinecommand.cpp
index a7ca17fc34297c58869f0d578f52ec70e1fc3367..df14f5123d2bd2e8c6d02380520810211e19c461 100644 (file)
@@ -3,7 +3,7 @@
  *  Mothur
  *
  *  Created by Thomas Ryabin on 1/30/09.
- *  Copyright 2009 __MyCompanyName__. All rights reserved.
+ *  Copyright 2009 Schloss Lab UMASS Amherst. All rights reserved.
  *
  */
 
@@ -41,12 +41,10 @@ int GetlineCommand::execute(){
                int numBins = 0;
                int count = -1;
                int line = 1;
-               while(in.good())
-               {
+               while(in.good()) {
                        if(count > numBins)
                                count = 0;
-                       if(count == 0)
-                       {
+                       if(count == 0) {
                                cout << line << "\n";
                                in >> numBins;
                                line++;