Whitespace changes.

This commit is contained in:
John Wiegley 2005-02-15 03:32:00 +00:00
parent 7a48610f42
commit 4faed720b5
2 changed files with 48 additions and 48 deletions

View file

@ -654,8 +654,8 @@ void write_textual_journal(journal_t& journal, std::string path,
istream_pos_type jump_to; 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()); std::ifstream in(found.c_str());
while (! in.eof()) { while (! in.eof()) {
entry_base_t * base = NULL; entry_base_t * base = NULL;
if (el != journal.entries.end() && if (el != journal.entries.end() &&