QML UI: whitespace fix

Fix some whitespace issues in the QMLManager and DiveListModel
classes.

Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
This commit is contained in:
Grace Karanja 2015-07-10 11:51:44 +03:00 committed by Dirk Hohndel
parent c4fda447fd
commit ebcf3e67c5
2 changed files with 23 additions and 5 deletions

View file

@ -47,7 +47,7 @@ void QMLManager::loadDives()
struct dive *d;
for_each_dive(i, d)
DiveListModel::instance()->addDive(d);
DiveListModel::instance()->addDive(d);
}
QString QMLManager::cloudPassword() const