persistentstorage/sql/OsLayer/FileBuf64.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 21 28839de615b4
child 24 cc28652e0254
--- a/persistentstorage/sql/OsLayer/FileBuf64.cpp	Thu Aug 19 11:36:21 2010 +0300
+++ b/persistentstorage/sql/OsLayer/FileBuf64.cpp	Tue Aug 31 16:57:14 2010 +0300
@@ -801,7 +801,7 @@
     DoDiscard();
     iReadAheadSize = RFileBuf64::KDefaultReadAheadSize;
     iBase = static_cast <TUint8*> (User::Alloc(iCapacity));
-    return iBase ? KErrNone : KErrNoMemory; 
+    return iBase ? KErrNone : KErrNoMemory;   
     }
 
 /**