summaryrefslogtreecommitdiff
path: root/src/post.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-04 01:36:31 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-04 02:26:34 -0500
commitfcabd64a8981004179fa94c0f58ade7e993399b4 (patch)
treec50193a516fc79cded05cad82703ad3068386d18 /src/post.h
parent1809e63fb0e6f7e64d7c2af73e41a24225809ea2 (diff)
downloadfork-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post.h b/src/post.h
index e2d9499f..78928f23 100644
--- a/src/post.h
+++ b/src/post.h
@@ -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;