diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-28 10:29:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-28 11:00:09 -0700 |
commit | 73bbe1f02bf1a62ff363ed80cfec42f3545036cd (patch) | |
tree | b532feb2075c92a77c8a2ae3202f00f707e9787a /mobile-widgets/qmlmanager.cpp | |
parent | 10a4225013fc49e8af22d39a4542e8116572b0db (diff) | |
download | subsurface-73bbe1f02bf1a62ff363ed80cfec42f3545036cd.tar.gz |
mobile/cleanup: tiny coding style issue that bugged me
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index d8ad939f9..55b606cad 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1272,12 +1272,12 @@ void QMLManager::changesNeedSaving() } void QMLManager::openNoCloudRepo() -/* - * Open the No Cloud repo. In case this repo does not (yet) - * exists, create one first. When done, open the repo, which - * is obviously empty when just created. - */ { + /* + * Open the No Cloud repo. In case this repo does not (yet) + * exists, create one first. When done, open the repo, which + * is obviously empty when just created. + */ QString filename = nocloud_localstorage(); const char *branch; struct git_repository *git; |