mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Fixing indent
Just formatting
This commit is contained in:
parent
ed900e28dc
commit
0dcdb01bf6
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user