Astyle formatting.

This commit is contained in:
Vesa Pikki 2009-03-22 15:15:16 +02:00
parent adbdb4acc3
commit f04bdccee4
5 changed files with 23 additions and 22 deletions

View File

@ -41,7 +41,8 @@ void ThreadHandler::SetFiles(const QStringList &files)
mResults.SetFiles(files);
QString file;
qDebug() << "Files to check:";
foreach(file,files) {
foreach(file, files)
{
qDebug() << file;
}
}