Removed adding newlines to non-daily reports.
This commit is contained in:
@@ -146,14 +146,10 @@ int main(int argc, char* argv[]) {
|
||||
inserted = true;
|
||||
}
|
||||
else {
|
||||
outfile << l << '\n';
|
||||
outfile << l;
|
||||
}
|
||||
}
|
||||
|
||||
if (!inserted) {
|
||||
outfile << insert_line << '\n';
|
||||
}
|
||||
|
||||
if (inserted) {
|
||||
// === 6) Append a form feed to the very end of the truncated document ===
|
||||
outfile << '\f';
|
||||
|
||||
Reference in New Issue
Block a user