diff options
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; |