authorisation/userpromptservice/database/test/tupsdb/source/tupsdbbase.cpp
branchRCL_3
changeset 61 641f389e9157
parent 47 b54b58ee9d58
child 62 a71299154b21
--- a/authorisation/userpromptservice/database/test/tupsdb/source/tupsdbbase.cpp	Thu Aug 19 11:38:48 2010 +0300
+++ b/authorisation/userpromptservice/database/test/tupsdb/source/tupsdbbase.cpp	Tue Aug 31 17:00:08 2010 +0300
@@ -572,11 +572,11 @@
 		if(recordList.Count() != 1)
 			{
 			SetTestStepResult(EFail);
-			CleanupStack::PopAndDestroy(3,record);
+			CleanupStack::PopAndDestroy(3, record);
 			break;
-			}
-		CleanupStack::PopAndDestroy(3,record);	
-		}				
+			}		
+		CleanupStack::PopAndDestroy(3, record);
+		}	
 	}