Merge pull request #668 from ptroja/minor

Minor whitespace and comment fixes
This commit is contained in:
Dirk-Jan C. Binnema
2015-09-26 10:29:11 +03:00
6 changed files with 21 additions and 22 deletions

View File

@ -302,7 +302,6 @@ add_terms_values_number (Xapian::Document& doc, MuMsg *msg, MuMsgFieldId mfid)
doc.add_term (prio_val((MuMsgPrio)num));
}
/* for string and string-list */
static void
add_terms_values_msgid (Xapian::Document& doc, MuMsg *msg)
{