persistentstorage/dbms/ustor/US_FILE.CPP
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/persistentstorage/dbms/ustor/US_FILE.CPP	Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/dbms/ustor/US_FILE.CPP	Wed Sep 01 12:39:58 2010 +0100
@@ -97,8 +97,8 @@
 		{
 	default:
 		__LEAVE(KErrNotSupported);
-	case TDbFormat::ECreate:   
-		store=CPermanentFileStore::CreateL(iFs,aName,EFileRead|EFileWrite);
+	case TDbFormat::ECreate:
+	store=CPermanentFileStore::CreateL(iFs,aName,EFileRead|EFileWrite);
 		break;
 	case TDbFormat::EReplace:
 		store=CPermanentFileStore::ReplaceL(iFs,aName,EFileRead|EFileWrite);