From bbb57148074ff276631ea3b91b96dcdc97acefb9 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 15 Nov 2010 19:48:55 +0000 Subject: [PATCH] reindentation Monotone-Parent: 2b4b3166fde94aa23081f426fb0b81c34f751ff3 Monotone-Revision: bb751d75e7021415c3bfb2e701ecf6acb2adad9e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-15T19:48:55 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoUserManager.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/SOGo/SOGoUserManager.m b/SoObjects/SOGo/SOGoUserManager.m index d98edd1fd..9ab8aa2d3 100644 --- a/SoObjects/SOGo/SOGoUserManager.m +++ b/SoObjects/SOGo/SOGoUserManager.m @@ -443,8 +443,8 @@ setUserAttributes: [currentUser jsonRepresentation] forLogin: _login]; } - else - checkOK = NO; + else + checkOK = NO; return checkOK; }