webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp
branchRCL_3
changeset 36 c5fabff9b552
parent 22 56092bff76ba
child 37 1adb97a15c2f
--- a/webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp	Thu Aug 19 10:59:30 2010 +0300
+++ b/webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp	Tue Aug 31 16:18:26 2010 +0300
@@ -142,9 +142,9 @@
 						pCtx.Add(WSOviContextKeys::KServiceSession, *(MSenRemoteServiceSession*)remoteServiceSession);
 						}
 					if( ! errFragment->Text().Compare(WSOviResponse::KEmailUsed()) ||
-					       (errFragment->Text().Compare(WSOviResponse::KMobileUsed1)!= KErrNotFound &&
-					        errFragment->Text().Compare(WSOviResponse::KMobileUsed2) != KErrNotFound )
-					    )
+					  (errFragment->Text().Compare(WSOviResponse::KMobileUsed1)!= KErrNotFound &&
+					   errFragment->Text().Compare(WSOviResponse::KMobileUsed2) != KErrNotFound )
+					  )
 					    {
 					    pCtx.Update(WSOviContextKeys::KRetryNeeded, EFalse);
 					    }
@@ -152,7 +152,6 @@
 					    {
 					    pCtx.Update(WSOviContextKeys::KReAuthNeeded, ETrue);
 					    }
-					
 					oviServiceSession->ClearCredentialL();
 					oviServiceSession->SetStatusL();//in order to compute state
 				}