diff options
Diffstat (limited to 'src/predicate.h')
-rw-r--r-- | src/predicate.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/predicate.h b/src/predicate.h index 5e900234..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; } @@ -299,8 +299,7 @@ std::pair<expr_t, query_parser_t> args_to_predicate(value_t::sequence_t::const_iterator begin, value_t::sequence_t::const_iterator end); -std::pair<expr_t, query_parser_t> -args_to_predicate(query_parser_t parser); +std::pair<expr_t, query_parser_t> args_to_predicate(query_parser_t parser); } // namespace ledger |