Add braces.

This commit is contained in:
Klaas Freitag 2014-04-15 16:08:01 +02:00
parent 9dcbafc307
commit c920f81562

View file

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