Style corrected
svn path=/branches/KDE/4.2/kdelibs/; revision=957857
This commit is contained in:
parent
bfec24062b
commit
7334b569d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user