forked from qt-creator/qt-creator
Fix coding style for else statements
Change-Id: I1309db70e98d678e150388c76ce665e988fdf081 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c67f7f6349
commit
ad9e7ccab6
@@ -150,9 +150,9 @@ void GdbCoreEngine::continueSetupEngine()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (isCore)
|
||||
if (isCore) {
|
||||
startGdb();
|
||||
else {
|
||||
} else {
|
||||
showMessageBox(QMessageBox::Warning,
|
||||
tr("Error Loading Core File"),
|
||||
tr("The specified file does not appear to be a core file."));
|
||||
|
||||
Reference in New Issue
Block a user