]> git.donarmstrong.com Git - mothur.git/blobdiff - getlabelcommand.cpp
*** empty log message ***
[mothur.git] / getlabelcommand.cpp
index 1e272673a502df4e39de245c32700eb8bdb25a93..6d92b8e2c7c401035427f2c0aca60393b9680637 100644 (file)
@@ -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;
                        }