From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/commodity.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/commodity.cc') diff --git a/src/commodity.cc b/src/commodity.cc index f8a4b364..5685059d 100644 --- a/src/commodity.cc +++ b/src/commodity.cc @@ -444,7 +444,7 @@ commodity_t::find_price(const optional& commodity, return point; } return none; -} +} optional commodity_t::check_for_updated_price(const optional& point, @@ -758,7 +758,7 @@ void to_xml(std::ostream& out, const commodity_t& comm, out << '"'; x.close_attrs(); - + { push_xml y(out, "symbol"); out << y.guard(comm.symbol()); -- cgit v1.2.3