astyle formatting.

This commit is contained in:
Vesa Pikki 2009-03-22 17:41:14 +02:00
parent 84853aa7f9
commit 9eda0ce52c
2 changed files with 4 additions and 3 deletions

View File

@ -46,7 +46,8 @@ void ThreadHandler::SetFiles(const QStringList &files)
void ThreadHandler::Check(Settings settings, bool recheck)
{
if (recheck && mRunningThreadCount == 0) {
if (recheck && mRunningThreadCount == 0)
{
mResults.SetFiles(mLastFiles);
}