astyle formatting

This commit is contained in:
Daniel Marjamäki 2015-12-23 23:05:26 +01:00
parent 1b7f23daa5
commit cc987d8ff5
2 changed files with 2 additions and 2 deletions

View File

@ -802,7 +802,7 @@ void MainWindow::ReCheckSelected(QStringList files, bool all)
{ {
if (files.empty()) if (files.empty())
return; return;
if(mThread->IsChecking()) if (mThread->IsChecking())
return; return;
// Clear details, statistics and progress // Clear details, statistics and progress

View File

@ -571,7 +571,7 @@ void ResultsTree::contextMenuEvent(QContextMenuEvent * e)
hideallid->setDisabled(true); hideallid->setDisabled(true);
opencontainingfolder->setDisabled(true); opencontainingfolder->setDisabled(true);
} }
if(mThread->IsChecking()) if (mThread->IsChecking())
recheckSelectedFiles->setDisabled(true); recheckSelectedFiles->setDisabled(true);
else else
recheckSelectedFiles->setDisabled(false); recheckSelectedFiles->setDisabled(false);