summaryrefslogtreecommitdiff
path: root/src/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/times.h')
-rw-r--r--src/times.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/times.h b/src/times.h
index db83d175..9387320e 100644
--- a/src/times.h
+++ b/src/times.h
@@ -178,7 +178,7 @@ public:
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 & quantum;
ar & length;
}
@@ -265,7 +265,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 & start;
ar & aligned;
ar & skip_duration;