lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp
changeset 60 9a7e3d5f461a
parent 0 9cfd9a3ee49c
--- a/lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp	Wed Aug 18 11:11:46 2010 +0300
+++ b/lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp	Fri Sep 17 08:37:32 2010 +0300
@@ -24,7 +24,6 @@
 
 #include <test/testexecutestepbase.h>
 
-
 void CheckForObserverEventTestsL(TTimeIntervalMicroSeconds32 aTimeout, CTestStep& aStep)
 	{
 	class CTimeout : public CTimer
@@ -33,7 +32,7 @@
 
 		void RunL()  
 	    	{
-	    	iStep.SetTestStepError(KErrTimedOut);
+			iStep.SetTestStepError(KErrTimedOut);
 	    	CActiveScheduler::Stop();
 			}