]> git.notmuchmail.org Git - notmuch/blobdiff - lib/parse-time-vrp.h
lib: run uncrustify
[notmuch] / lib / parse-time-vrp.h
index c024dba2fed59035b4adcf57b0a5f04435efb3d7..e6138d05b4a5113718eb2047e84994505fb96344 100644 (file)
@@ -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 */