summaryrefslogtreecommitdiff
path: root/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-16 20:51:51 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:04 -0400
commit48cb87b8bdad1cd7279c6ce35a76b677c833599d (patch)
tree2499f1e6f2a73daffd9e0efc0b0da1e9c39d67c4 /textual.cc
parentfed917dd8ebd81444e89df4415a1e97e1c6c8665 (diff)
downloadfork-ledger-48cb87b8bdad1cd7279c6ce35a76b677c833599d.tar.gz
fork-ledger-48cb87b8bdad1cd7279c6ce35a76b677c833599d.tar.bz2
fork-ledger-48cb87b8bdad1cd7279c6ce35a76b677c833599d.zip
formatting changes
Diffstat (limited to 'textual.cc')
-rw-r--r--textual.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/textual.cc b/textual.cc
index e6e39910..10469ab7 100644
--- a/textual.cc
+++ b/textual.cc
@@ -646,8 +646,8 @@ void write_textual_journal(journal_t& journal, std::string path,
throw error(std::string("Journal does not refer to file '") +
found + "'");
- entries_list::iterator el = journal.entries.begin();
- auto_entries_list::iterator al = journal.auto_entries.begin();
+ entries_list::iterator el = journal.entries.begin();
+ auto_entries_list::iterator al = journal.auto_entries.begin();
period_entries_list::iterator pl = journal.period_entries.begin();
istream_pos_type pos = 0;