]> git.donarmstrong.com Git - mothur.git/blobdiff - getlinecommand.cpp
*** empty log message ***
[mothur.git] / getlinecommand.cpp
index 09b16541930d34f795bba4ca182ed74b9054d8fc..df14f5123d2bd2e8c6d02380520810211e19c461 100644 (file)
@@ -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++;