diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-07 18:43:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-07 18:43:12 -0400 |
commit | 2cdc83c94ad2f3caf4a7468b36170c6de07b6361 (patch) | |
tree | 9c9fbb55607f55685b2612fe9ab2a26f77064930 /src/amount.h | |
parent | 6fa581d64ffe6315e92c277d5ed2c1325345280b (diff) | |
download | fork-ledger-2cdc83c94ad2f3caf4a7468b36170c6de07b6361.tar.gz fork-ledger-2cdc83c94ad2f3caf4a7468b36170c6de07b6361.tar.bz2 fork-ledger-2cdc83c94ad2f3caf4a7468b36170c6de07b6361.zip |
Whitespace fix.
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/amount.h b/src/amount.h index e4abeb0b..c19e5b96 100644 --- a/src/amount.h +++ b/src/amount.h @@ -508,9 +508,8 @@ public: */ /*@{*/ - /** An amount's commodity may be - annotated with special details, such as the price it was - purchased for, when it was acquired, or an arbitrary note, + /** An amount's commodity may be annotated with special details, such as the + price it was purchased for, when it was acquired, or an arbitrary note, identifying perhaps the lot number of an item. annotate_commodity(amount_t price, [datetime_t date, string tag]) |