Style corrected

svn path=/branches/KDE/4.2/kdelibs/; revision=957857
This commit is contained in:
Jacopo De Simoi 2009-04-23 02:14:43 +00:00
parent bfec24062b
commit 7334b569d0

View File

@ -161,7 +161,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