Fixing indent

Just formatting
This commit is contained in:
Timothy McCallum 2017-05-02 22:06:47 +10:00 committed by GitHub
parent ed900e28dc
commit 0dcdb01bf6

View File

@ -82,7 +82,6 @@ int main()
theWholeSpreadSheet.push_back(aSingleRow);
}
clog << "Processing complete" << endl;
clog << "Reading the vector and printing output to the screen" << endl;
for (int rowInt = 0; rowInt < theWholeSpreadSheet.size(); rowInt++)
{