From 4faed720b500f95f47d05baf9ba183328baf86fc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 Feb 2005 03:32:00 +0000 Subject: Whitespace changes. --- textual.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textual.cc') diff --git a/textual.cc b/textual.cc index a95bc4c6..e6e39910 100644 --- a/textual.cc +++ b/textual.cc @@ -653,9 +653,9 @@ void write_textual_journal(journal_t& journal, std::string path, istream_pos_type pos = 0; istream_pos_type jump_to; - format_t hdr_fmt(config.write_hdr_format); - + format_t hdr_fmt(config.write_hdr_format); std::ifstream in(found.c_str()); + while (! in.eof()) { entry_base_t * base = NULL; if (el != journal.entries.end() && -- cgit v1.2.3