diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-15 03:32:00 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:01 -0400 |
commit | 4faed720b500f95f47d05baf9ba183328baf86fc (patch) | |
tree | f91952579dec5a44c5a60a03a657f0d9b9a36f35 /textual.cc | |
parent | 7a48610f427b948f8e809cd3ff0ea3a00b40e95f (diff) | |
download | fork-ledger-4faed720b500f95f47d05baf9ba183328baf86fc.tar.gz fork-ledger-4faed720b500f95f47d05baf9ba183328baf86fc.tar.bz2 fork-ledger-4faed720b500f95f47d05baf9ba183328baf86fc.zip |
Whitespace changes.
Diffstat (limited to 'textual.cc')
-rw-r--r-- | textual.cc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() && |