lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp
changeset 57 3267d9ea3e98
parent 0 9cfd9a3ee49c
--- a/lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp	Tue Jul 13 12:25:28 2010 +0100
+++ b/lbstest/lbstestproduct/common/src/ctlbsactiveyield.cpp	Wed Sep 08 15:16:57 2010 +0100
@@ -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();
 			}