]> git.notmuchmail.org Git - notmuch/blobdiff - lib/thread-fp.cc
lib: run uncrustify
[notmuch] / lib / thread-fp.cc
index 97a65211992654b629269a74bdde0d6bbf82504f..06708ef291852f8ab5e1888c7e5755c18921f288 100644 (file)
@@ -40,11 +40,13 @@ ThreadFieldProcessor::operator() (const std::string & str)
            std::set<std::string> terms;
 
            if (! subquery)
-               throw Xapian::QueryParserError ("failed to create subquery for '" + subquery_str + "'");
+               throw Xapian::QueryParserError ("failed to create subquery for '" + subquery_str +
+                                               "'");
 
            status = notmuch_query_search_messages (subquery, &messages);
            if (status)
-               throw Xapian::QueryParserError ("failed to search messages for '" + subquery_str + "'");
+               throw Xapian::QueryParserError ("failed to search messages for '" + subquery_str +
+                                               "'");
 
            for (; notmuch_messages_valid (messages); notmuch_messages_move_to_next (messages)) {
                std::string term = thread_prefix;