]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.cpp
pat's edits of screen.seqs and summary.seqs
[mothur.git] / getlabelcommand.cpp
index c5a59acae780cc5b404fd7236712de164b3adc88..6d92b8e2c7c401035427f2c0aca60393b9680637 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 GetlabelCommand::execute(){
                string label;
                int numBins = 0;
                int count = -1;
-               while(in.good())
-               {
+               while(in.good()) {
                        if(count > numBins)
                                count = 0;
-                       if(count == 0)
-                       {
+                       if(count == 0) {
                                cout << label << "\n";
                                in >> numBins;
                        }