windowing/windowserver/test/tdynamicres/src/t_wsdynamicreswinbase.cpp
changeset 187 9f66f99ee56f
parent 103 2717213c588a
--- a/windowing/windowserver/test/tdynamicres/src/t_wsdynamicreswinbase.cpp	Tue Jun 22 15:21:29 2010 +0300
+++ b/windowing/windowserver/test/tdynamicres/src/t_wsdynamicreswinbase.cpp	Fri Sep 24 16:14:28 2010 +0300
@@ -526,7 +526,9 @@
 		for (TInt index=0;index<KMaxInfoLines;index++)
 			{
 			if (iTestInfo[index].Length())
+			    {
 				iInfoGc->DrawText(iTestInfo[index],textRect,textRect.Size().iHeight*3/4,iInfoGc->ECenter);
+			    }
 			textRect.Move(0,rowHeight);
 			}
 		iInfoGc->DiscardFont();