Style correction - thanks Dan
svn path=/trunk/KDE/kdelibs/; revision=957856
This commit is contained in:
parent
745eeeb79a
commit
55169a2fda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user