diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-24 10:52:05 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 0e7fd632c1db5acbc5e37c5161950e6b4105e509 (patch) | |
tree | 40a954a8d94cd3ef769796243ed49f7017ce7c1e /mobile-widgets/qml/DiveList.qml | |
parent | 9c208e88d6707fff008164fa9c335a93bd809a3f (diff) | |
download | subsurface-0e7fd632c1db5acbc5e37c5161950e6b4105e509.tar.gz |
mobile: silly whitespace cleanup
Simply because it bugged me.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 771bbb286..a71153aa9 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -490,7 +490,7 @@ Kirigami.ScrollablePage { onBackRequested: { if (startPage.visible && diveListView.count > 0 && - Backend.cloud_verification_status !== Enums.CS_INCORRECT_USER_PASSWD) { + Backend.cloud_verification_status !== Enums.CS_INCORRECT_USER_PASSWD) { Backend.cloud_verification_status = oldStatus event.accepted = true; } |