messagingfw/msgsrvnstore/server/src/TMsvServerStoreManager.cpp
branchRCL_3
changeset 23 d51193d814ea
parent 22 d2c4c66342f3
--- a/messagingfw/msgsrvnstore/server/src/TMsvServerStoreManager.cpp	Tue Aug 31 15:41:11 2010 +0300
+++ b/messagingfw/msgsrvnstore/server/src/TMsvServerStoreManager.cpp	Wed Sep 01 12:27:27 2010 +0100
@@ -384,12 +384,12 @@
 	
 	TInt error= aFile.Replace(*iFs,tempFilePathAndName,EFileShareExclusive|EFileWrite);
 	if (error==KErrPathNotFound)
-		{
+	{
         //only create directory if not found
         error=iFs->MkDirAll(tempFilePathAndName);
         if (error==KErrNone)
             error=aFile.Replace(*iFs,tempFilePathAndName,EFileShareExclusive|EFileWrite);
-		}
+	}
 	User::LeaveIfError(error);
 	
 	}