Style correction - thanks Dan

svn path=/trunk/KDE/kdelibs/; revision=957856
This commit is contained in:
Jacopo De Simoi 2009-04-23 02:13:54 +00:00
parent 745eeeb79a
commit 55169a2fda

View File

@ -154,7 +154,9 @@ void FindMatchesJob::run()
{
// kDebug() << "Running match for " << m_runner->objectName()
// << " in Thread " << thread()->id() << endl;
if (m_context.isValid()) m_runner->performMatch(m_context);
if (m_context.isValid()) {
m_runner->performMatch(m_context);
}
}
int FindMatchesJob::priority() const