mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Add braces.
This commit is contained in:
parent
9dcbafc307
commit
c920f81562
1 changed files with 2 additions and 1 deletions
|
@ -226,8 +226,9 @@ void Application::slotCheckConnection()
|
|||
if (account->state() == Account::InvalidCredidential
|
||||
|| account->state() == Account::SignedOut) {
|
||||
//Do not try to connect if we are logged out
|
||||
if (!_userTriggeredConnect)
|
||||
if (!_userTriggeredConnect) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (_conValidator)
|
||||
|
|
Loading…
Reference in a new issue