diff --git a/ReportTruncate-Robinson.cpp b/ReportTruncate-Robinson.cpp index 16ef265..661174d 100644 --- a/ReportTruncate-Robinson.cpp +++ b/ReportTruncate-Robinson.cpp @@ -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';