xml/xmlfw/src/xmlframework/matchdata.cpp
branchRCL_3
changeset 20 889504eac4fb
parent 14 243519c5055f
child 21 604ca70b6235
--- a/xml/xmlfw/src/xmlframework/matchdata.cpp	Thu Aug 19 11:41:35 2010 +0300
+++ b/xml/xmlfw/src/xmlframework/matchdata.cpp	Tue Aug 31 17:02:56 2010 +0300
@@ -800,12 +800,13 @@
 CMatchData& CMatchData::operator=(const CMatchData & aMatchData)
 	{
 
-	 /*If pointing to same. Then return itself*/
+	/*If pointing to same. Then return itself*/
 	 if ( &aMatchData ==  this )
 	 {
 		 return *this;
 	 }
 
+
 	 /*
 	  * SYMBIAN DEF132492 FIX : Added TRAP statements to handle	the case wherein the functions
 	  * called here leave.