persistentstorage/sql/OsLayer/FileBuf64.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
--- a/persistentstorage/sql/OsLayer/FileBuf64.cpp	Tue Aug 31 16:57:14 2010 +0300
+++ b/persistentstorage/sql/OsLayer/FileBuf64.cpp	Wed Sep 01 12:39:58 2010 +0100
@@ -801,7 +801,7 @@
     DoDiscard();
     iReadAheadSize = RFileBuf64::KDefaultReadAheadSize;
     iBase = static_cast <TUint8*> (User::Alloc(iCapacity));
-    return iBase ? KErrNone : KErrNoMemory;   
+    return iBase ? KErrNone : KErrNoMemory; 
     }
 
 /**