summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-04 20:07:32 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-04 20:40:42 -0500
commitb14c814fec11ab450c552bccf5fe7d96dc2c4e18 (patch)
tree6060bc848ccf256706961406923b8a22e43343dd /src/scope.h
parentfbd660af20e62c6d0836147b7eb83aafb4bad2e8 (diff)
downloadfork-ledger-b14c814fec11ab450c552bccf5fe7d96dc2c4e18.tar.gz
fork-ledger-b14c814fec11ab450c552bccf5fe7d96dc2c4e18.tar.bz2
fork-ledger-b14c814fec11ab450c552bccf5fe7d96dc2c4e18.zip
Whitespace fix
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scope.h b/src/scope.h
index 7f2680d6..f7c2f46b 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -75,7 +75,7 @@ private:
friend class boost::serialization::access;
template<class Archive>
- void serialize(Archive &, const unsigned int /* version */) {}
+ void serialize(Archive&, const unsigned int /* version */) {}
#endif // HAVE_BOOST_SERIALIZATION
};
@@ -118,7 +118,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<scope_t>(*this);
ar & parent;
}
@@ -158,7 +158,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<child_scope_t>(*this);
ar & symbols;
}
@@ -228,7 +228,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<child_scope_t>(*this);
ar & args;
}
@@ -274,7 +274,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<child_scope_t>(*this);
ar & grandchild;
}