javauis/lcdui_akn/lcdui/inc/CMIDCanvasGraphicsItemPainter.h
branchRCL_3
changeset 21 4376525cdefb
parent 18 9ac0a0a7da70
--- a/javauis/lcdui_akn/lcdui/inc/CMIDCanvasGraphicsItemPainter.h	Wed Jun 09 09:34:07 2010 +0300
+++ b/javauis/lcdui_akn/lcdui/inc/CMIDCanvasGraphicsItemPainter.h	Mon Jun 21 15:32:50 2010 +0300
@@ -59,9 +59,9 @@
         MMIDEnv* iEnv;
 
         TCtorParams::TCtorParams() :
-            iWidth(0),
-            iHeight(0),
-            iEnv(NULL)
+                iWidth(0),
+                iHeight(0),
+                iEnv(NULL)
         {}
     };
 
@@ -400,7 +400,7 @@
 };
 
 inline void CMIDCanvasGraphicsItemPainter::SetItem(
-                                          CMIDCanvasGraphicsItem* aItem)
+    CMIDCanvasGraphicsItem* aItem)
 {
     iItem = aItem;
 }
@@ -411,7 +411,7 @@
 }
 
 inline void CMIDCanvasGraphicsItemPainter::SetOnScreenCanvasRect(
-                                          const TRect& aRect)
+    const TRect& aRect)
 {
     iOnScreenCanvasRect = aRect;
 }