diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-21 20:45:13 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:06 -0400 |
commit | d23ed020abf494a046b499cdce1c0957cd5b4783 (patch) | |
tree | bd9035df62b9ef7cbf77045bb018de8e33270fca /src/numerics/commodity.h | |
parent | fdfc37adf948415b6caad55c08e8313abd4e1b1b (diff) | |
download | fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.gz fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.tar.bz2 fork-ledger-d23ed020abf494a046b499cdce1c0957cd5b4783.zip |
Whitespace cleanup.
Diffstat (limited to 'src/numerics/commodity.h')
-rw-r--r-- | src/numerics/commodity.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/numerics/commodity.h b/src/numerics/commodity.h index 6212e743..5389ed46 100644 --- a/src/numerics/commodity.h +++ b/src/numerics/commodity.h @@ -33,9 +33,9 @@ * @file commodity.h * @author John Wiegley * @date Wed Apr 18 22:05:53 2007 - * + * * @brief Types for handling commodities. - * + * * This file contains one of the most basic types in Ledger: * commodity_t, and its annotated cousin, annotated_commodity_t. */ @@ -240,7 +240,7 @@ struct annotation_t : public equality_comparable<annotation_t> out << "price " << (price ? price->to_string() : "NONE") << " " << "date " << (date ? *date : moment_t()) << " " << "tag " << (tag ? *tag : "NONE"); - } + } bool valid() const { assert(*this); @@ -256,7 +256,7 @@ inline std::ostream& operator<<(std::ostream& out, const annotation_t& details) class annotated_commodity_t : public commodity_t, public equality_comparable<annotated_commodity_t, - equality_comparable2<annotated_commodity_t, commodity_t, + equality_comparable2<annotated_commodity_t, commodity_t, noncopyable> > { public: |