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