mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Gratuitous whitespace changes
I keep trying to get to consistenct. Completely hopeless. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c7e7cebed6
commit
5ba573240f
48 changed files with 290 additions and 290 deletions
|
@ -34,8 +34,7 @@ struct mydescriptor {
|
|||
unsigned int model;
|
||||
};
|
||||
|
||||
namespace DownloadFromDcGlobal
|
||||
{
|
||||
namespace DownloadFromDcGlobal {
|
||||
const char *err_string;
|
||||
};
|
||||
|
||||
|
@ -395,7 +394,7 @@ void DownloadFromDCWidget::onDownloadThreadFinished()
|
|||
idx = get_idx_by_uniq_id(uniqId);
|
||||
MainWindow::instance()->dive_list()->selectDive(idx, true);
|
||||
}
|
||||
} else if (currentState == CANCELLING || currentState == CANCELLED){
|
||||
} else if (currentState == CANCELLING || currentState == CANCELLED) {
|
||||
if (import_thread_cancelled) {
|
||||
// walk backwards so we don't keep moving the dives
|
||||
// down in the dive_table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue