summaryrefslogtreecommitdiff
path: root/src/predicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/predicate.h')
-rw-r--r--src/predicate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/predicate.h b/src/predicate.h
index 2ac3cc4b..577e872a 100644
--- a/src/predicate.h
+++ b/src/predicate.h
@@ -102,7 +102,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 & predicate;
ar & what_to_keep;
}