SVN_SILENT: pedantic spacing

svn path=/trunk/KDE/kdelibs/; revision=1099006
This commit is contained in:
Aaron J. Seigo 2010-03-04 22:27:03 +00:00
parent 99855d8afd
commit 8a059f5997

View File

@ -382,7 +382,7 @@ bool RunnerContext::addMatches(const QString &term, const QList<QueryMatch> &mat
d->matches.append(match);
#ifndef NDEBUG
if (d->matchesById.contains(match.id())) {
kDebug() << "Duplicate match id " << match.id() << "from" << match.runner()->name();
kDebug() << "Duplicate match id " << match.id() << "from" << match.runner()->name();
}
#endif
d->matchesById.insert(match.id(), &d->matches.at(d->matches.size() - 1));