mobile/cleanup: tiny coding style issue that bugged me

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-03-28 10:29:34 -07:00
parent 10a4225013
commit 73bbe1f02b

View file

@ -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;