mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/cleanup: tiny coding style issue that bugged me
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
10a4225013
commit
73bbe1f02b
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue