X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fparse-time-vrp.h;h=e6138d05b4a5113718eb2047e84994505fb96344;hb=ab0ae8b1c086ca3878f16ce40cc421eeb206c79e;hp=c024dba2fed59035b4adcf57b0a5f04435efb3d7;hpb=07dff496304d6dc2e8033a18691b095ed9cd212f;p=notmuch diff --git a/lib/parse-time-vrp.h b/lib/parse-time-vrp.h index c024dba2..e6138d05 100644 --- a/lib/parse-time-vrp.h +++ b/lib/parse-time-vrp.h @@ -32,14 +32,16 @@ protected: public: ParseTimeValueRangeProcessor (Xapian::valueno slot_) - : valno(slot_) { } + : valno (slot_) + { + } Xapian::valueno operator() (std::string &begin, std::string &end); }; #if HAVE_XAPIAN_FIELD_PROCESSOR class DateFieldProcessor : public Xapian::FieldProcessor { - Xapian::Query operator()(const std::string & str); + Xapian::Query operator() (const std::string & str); }; #endif #endif /* NOTMUCH_PARSE_TIME_VRP_H */