convergedcallengine/spsettings/src/spentry.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 44 987c9837762f
--- a/convergedcallengine/spsettings/src/spentry.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/convergedcallengine/spsettings/src/spentry.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -233,7 +233,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CSPEntry::GetProperty( const CSPProperty*& aProperty, 
-    								TServicePropertyName aPropertyName ) const
+                                    TServicePropertyName aPropertyName ) const
     {
     TInt index = SearchProperty( aPropertyName );
 
@@ -254,7 +254,7 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C TInt CSPEntry::GetProperty( const CSPProperty*& aProperty, 
-    								TInt aIndex ) const
+                                    TInt aIndex ) const
     {
     if ( iPropertyArray.Count() > aIndex && 0 <= aIndex )
         {
@@ -347,9 +347,9 @@
 // ---------------------------------------------------------------------------
 //
 EXPORT_C void CSPEntry::Reset()
-	{
-	iServiceId = KSPNoId;
-	iServiceName.Close();
-	iPropertyArray.ResetAndDestroy();
-	}
+    {
+    iServiceId = KSPNoId;
+    iServiceName.Close();
+    iPropertyArray.ResetAndDestroy();
+    }