Astyle formatting.
This commit is contained in:
parent
adbdb4acc3
commit
f04bdccee4
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue