From 9170d18520e9702b8a9a2c7fe39ddd7df83e0a34 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Sat, 26 Nov 2022 21:35:06 -0800 Subject: Footer formatting --- BlankConsoleLab/BlankConsoleLab.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BlankConsoleLab/BlankConsoleLab.cpp') diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 12db7c6..70311c5 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -131,8 +131,8 @@ void WriteOutputFile(ofstream& outFile, int pick[], int drop[], int psgr[], floa void PrintTotalsAndSummary(ofstream& outFile, int totalRecords) { - cout << "\n\n\t** Total Records: " << totalRecords << " **\n" - << "\t\t The End \n"; + cout << "\n\n\t\t\t\t\t\t** Total Records: " << totalRecords << " **\n" + << "\t\t\t\t\t\t\t The End \n"; outFile << "\n\n\t** Total Records: " << totalRecords << " **\n" -- cgit v1.2.3