musichomescreen_multiview/src/mpxresource.cpp
branchRCL_3
changeset 17 c8156a91d13c
parent 0 ff3acec5bc43
--- a/musichomescreen_multiview/src/mpxresource.cpp	Mon Mar 15 12:40:11 2010 +0200
+++ b/musichomescreen_multiview/src/mpxresource.cpp	Wed Mar 31 21:26:33 2010 +0300
@@ -161,12 +161,12 @@
     TInt count(resReader.ReadInt16());
     CDesCArrayFlat* descArray = new (ELeave) CDesCArrayFlat(count); ;
     for (TInt k = 0; k < count; k++)
-              {
-              aIdArray.AppendL (resReader.ReadInt32());
-              HBufC* hbuf = resReader.ReadHBufCL();
-              CleanupStack::PushL(hbuf);
-              descArray->AppendL (*hbuf);
-              CleanupStack::PopAndDestroy(hbuf);
+        {
+        aIdArray.AppendL (resReader.ReadInt32());
+        HBufC* hbuf = resReader.ReadHBufCL();
+        CleanupStack::PushL(hbuf);
+        descArray->AppendL (*hbuf);
+        CleanupStack::PopAndDestroy(hbuf);
         }
     CleanupStack::PopAndDestroy(readBuffer);
     //MPX_DEBUG1("CMPXResource::ReadDesCArrayLC End");