From 2cdc83c94ad2f3caf4a7468b36170c6de07b6361 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 7 Feb 2009 18:43:12 -0400 Subject: [PATCH] Whitespace fix. --- src/amount.h | 5 ++--- 1 file 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])