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