javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swttable.cpp
changeset 23 98ccebc37403
parent 21 2a9601315dfc
child 34 71c436fe3ce0
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swttable.cpp	Mon May 03 12:27:20 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swttable.cpp	Fri May 14 15:47:24 2010 +0300
@@ -1710,13 +1710,13 @@
     // Now we know the highest item checkbox/image/font height.
     // Just add margins and set it.
     TInt newItemHeight(highestHeight + marginTop + marginBottom);
-    
+
     MSwtUiUtils& utils = iDisplay.UiUtils();
     TMargins8 padding = iDisplay.UiUtils().InlineReferencePadding();
     TInt height = utils.InlineReferenceFontHeight();
     height += padding.iTop + padding.iBottom;
     if (newItemHeight < height) newItemHeight = height;
-    
+
     if (oldItemHeight != newItemHeight)
     {
         TRAP_IGNORE(
@@ -2096,7 +2096,7 @@
     {
         PackColumn(0);
     }
-    
+
     Redraw();
 }