diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-23 23:21:29 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-24 10:40:12 -0700 |
commit | 52f93ea32661e25ee55206a1e452ef73a0aff3db (patch) | |
tree | 40b92f7eed90dc77177346634e78359c7feaeaff | |
parent | 9386eb2a0b8bd2540fef524c62b988858c64c445 (diff) | |
download | subsurface-52f93ea32661e25ee55206a1e452ef73a0aff3db.tar.gz |
cleanup: whitespace fix
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r-- | core/divecomputer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/divecomputer.cpp b/core/divecomputer.cpp index f97d5e27c..9dfe5a373 100644 --- a/core/divecomputer.cpp +++ b/core/divecomputer.cpp @@ -117,8 +117,8 @@ extern "C" void call_for_each_dc (void *f, void (*callback)(void *, const char * found = true; } if (found) - callback(f, qPrintable(node.model), node.deviceId, qPrintable(node.nickName), - qPrintable(node.serialNumber), qPrintable(node.firmware)); + callback(f, qPrintable(node.model), node.deviceId, qPrintable(node.nickName), + qPrintable(node.serialNumber), qPrintable(node.firmware)); } } |