diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-07 02:49:03 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-07 03:38:09 -0600 |
commit | c86bbd45471ab4ef5d0dd133f6923596230975da (patch) | |
tree | 17a328bb75e2e2305a437d70303bf28319c3362d /src/annotate.h | |
parent | cabec6db1a9a6dab3dd190494a2a786aebe5f22f (diff) | |
download | fork-ledger-c86bbd45471ab4ef5d0dd133f6923596230975da.tar.gz fork-ledger-c86bbd45471ab4ef5d0dd133f6923596230975da.tar.bz2 fork-ledger-c86bbd45471ab4ef5d0dd133f6923596230975da.zip |
Whitespace fixes
Diffstat (limited to 'src/annotate.h')
-rw-r--r-- | src/annotate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/annotate.h b/src/annotate.h index 38553752..c1f52a62 100644 --- a/src/annotate.h +++ b/src/annotate.h @@ -97,7 +97,6 @@ struct annotation_t : public supports_flags<>, } void parse(std::istream& in); - void print(std::ostream& out, bool keep_base = false, bool no_computed_annotations = false) const; |