tabs and indents

This commit is contained in:
Jean-Francois Dockes 2020-04-24 13:45:41 +02:00
parent 19149020e3
commit 126ac47dba
3 changed files with 375 additions and 375 deletions

View File

@ -298,7 +298,7 @@ bool SearchData::toNativeQuery(Rcl::Db &db, void *d)
// actually multiple terms to rcldb (ie term1,term2). Still, most of
// the time, the result of our splitting will be a single term.
class TextSplitQ : public TextSplitP {
public:
public:
TextSplitQ(Flags flags, TermProc *prc)
: TextSplitP(prc, flags), m_nostemexp(false) {
}
@ -387,7 +387,7 @@ static const vector<CharFlags> expandModStrings{
{SearchDataClause::SDCM_NOTERMS, "noterms"},
{SearchDataClause::SDCM_NOSYNS, "nosyns"},
{SearchDataClause::SDCM_PATHELT, "pathelt"},
};
};
/** Expand term into term list, using appropriate mode: stem, wildcards,
* diacritics...