From 3bea2b1181628c2eb3c5081a60e5fdd6659de68c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 14 Jan 2009 00:32:37 -0400 Subject: Output newlines between entries using format strings, not hard-coded. --- src/output.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/output.cc') diff --git a/src/output.cc b/src/output.cc index 3db202cd..87f75e38 100644 --- a/src/output.cc +++ b/src/output.cc @@ -48,12 +48,10 @@ format_xacts::format_xacts(report_t& _report, const string& format) between_format.parse(string(p + 2)); } else { next_lines_format.parse(n); - between_format.parse("\n"); } } else { first_line_format.parse(format); next_lines_format.parse(format); - between_format.parse("\n"); } } -- cgit v1.2.3