diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-04 20:07:32 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-04 20:40:42 -0500 |
commit | b14c814fec11ab450c552bccf5fe7d96dc2c4e18 (patch) | |
tree | 6060bc848ccf256706961406923b8a22e43343dd /src/annotate.h | |
parent | fbd660af20e62c6d0836147b7eb83aafb4bad2e8 (diff) | |
download | fork-ledger-b14c814fec11ab450c552bccf5fe7d96dc2c4e18.tar.gz fork-ledger-b14c814fec11ab450c552bccf5fe7d96dc2c4e18.tar.bz2 fork-ledger-b14c814fec11ab450c552bccf5fe7d96dc2c4e18.zip |
Whitespace fix
Diffstat (limited to 'src/annotate.h')
-rw-r--r-- | src/annotate.h | 6 |
1 files changed, 3 insertions, 3 deletions
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<class Archive> - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & boost::serialization::base_object<supports_flags<> >(*this); ar & price; ar & date; @@ -159,7 +159,7 @@ private: friend class boost::serialization::access; template<class Archive> - 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<class Archive> - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & boost::serialization::base_object<commodity_t>(*this); ar & ptr; ar & details; |