From d23ed020abf494a046b499cdce1c0957cd5b4783 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 May 2007 20:45:13 +0000 Subject: Whitespace cleanup. --- src/numerics/commodity.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/numerics/commodity.h') 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 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 > { public: -- cgit v1.2.3