[Pkg-owncloud-commits] [owncloud-client] 22/103: Add braces.

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Apr 30 18:08:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit c920f8156221eb5e856ae60c37e94f8195b56938
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Tue Apr 15 16:08:01 2014 +0200

    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 800bda1..5ca1412 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list