diff options
author | John Wiegley <johnw@newartisans.com> | 2012-04-04 01:36:31 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-04-04 02:26:34 -0500 |
commit | fcabd64a8981004179fa94c0f58ade7e993399b4 (patch) | |
tree | c50193a516fc79cded05cad82703ad3068386d18 /src/post.h | |
parent | 1809e63fb0e6f7e64d7c2af73e41a24225809ea2 (diff) | |
download | fork-ledger-fcabd64a8981004179fa94c0f58ade7e993399b4.tar.gz fork-ledger-fcabd64a8981004179fa94c0f58ade7e993399b4.tar.bz2 fork-ledger-fcabd64a8981004179fa94c0f58ade7e993399b4.zip |
Whitespace fix
Diffstat (limited to 'src/post.h')
-rw-r--r-- | src/post.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,10 +120,10 @@ public: bool inherit = true) const; virtual optional<value_t> get_tag(const string& tag, - bool inherit = true) const; + bool inherit = true) const; virtual optional<value_t> get_tag(const mask_t& tag_mask, const optional<mask_t>& value_mask = none, - bool inherit = true) const; + bool inherit = true) const; virtual date_t value_date() const; virtual date_t date() const; |