From b14c814fec11ab450c552bccf5fe7d96dc2c4e18 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Nov 2009 20:07:32 -0500 Subject: Whitespace fix --- src/annotate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/annotate.h') diff --git a/src/annotate.h b/src/annotate.h index cb2a1161..0f940849 100644 --- a/src/annotate.h +++ b/src/annotate.h @@ -106,7 +106,7 @@ private: friend class boost::serialization::access; template - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & boost::serialization::base_object >(*this); ar & price; ar & date; @@ -159,7 +159,7 @@ private: friend class boost::serialization::access; template - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & keep_price; ar & keep_date; ar & keep_tag; @@ -230,7 +230,7 @@ private: friend class boost::serialization::access; template - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & boost::serialization::base_object(*this); ar & ptr; ar & details; -- cgit v1.2.3