mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Indentation fix in desktop-widgets/downloadfromdivecomputer.cpp
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
ff076cd5d4
commit
3eb5970bec
1 changed files with 4 additions and 4 deletions
|
@ -333,10 +333,10 @@ void DownloadFromDCWidget::on_downloadCancelRetryButton_clicked()
|
|||
QString product(ui.product->currentText());
|
||||
//
|
||||
// We shouldn't do this for memory dumps.
|
||||
if ((product == "OSTC 3" || product == "OSTC 3+" ||
|
||||
product == "OSTC cR" || product == "OSTC Sport" ||
|
||||
product == "OSTC 4") && ! data->saveDump())
|
||||
ostcFirmwareCheck = new OstcFirmwareCheck(product);
|
||||
if ((product == "OSTC 3" || product == "OSTC 3+" || product == "OSTC cR" ||
|
||||
product == "OSTC Sport" || product == "OSTC 4") && !data->saveDump()) {
|
||||
ostcFirmwareCheck = new OstcFirmwareCheck(product);
|
||||
}
|
||||
}
|
||||
|
||||
bool DownloadFromDCWidget::preferDownloaded()
|
||||
|
|
Loading…
Reference in a new issue