From c920f8156221eb5e856ae60c37e94f8195b56938 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 15 Apr 2014 16:08:01 +0200 Subject: [PATCH] Add braces. --- src/mirall/application.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mirall/application.cpp b/src/mirall/application.cpp index 800bda1e9..5ca14128a 100644 --- a/src/mirall/application.cpp +++ b/src/mirall/application.cpp @@ -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)