phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp	Wed Sep 01 12:30:10 2010 +0100
@@ -70,11 +70,11 @@
 // ---------------------------------------------------------
 //
 EXPORT_C void TPhoneCmdParamNote::SetTextResourceId( TInt aTextResourceId )
-    {
-    __ASSERT_DEBUG( aTextResourceId,
-        Panic( EPhoneUtilsParameterNotInitialized ) );
-    iTextResourceId = aTextResourceId;   
-    }
+  	{
+   	__ASSERT_DEBUG( aTextResourceId,
+   		Panic( EPhoneUtilsParameterNotInitialized ) );
+   	iTextResourceId = aTextResourceId;   
+   	}
 
 // ---------------------------------------------------------
 // TPhoneCmdParamNote::SetText
@@ -128,9 +128,9 @@
 // ---------------------------------------------------------
 //
 EXPORT_C TInt TPhoneCmdParamNote::ResourceId() const
-    {
-    return iResourceId;
-    }
+   	{
+   	return iResourceId;
+   	}
 
 // ---------------------------------------------------------
 // TPhoneCmdParamNote::TextResourceId
@@ -139,9 +139,9 @@
 // ---------------------------------------------------------
 //
 EXPORT_C TInt TPhoneCmdParamNote::TextResourceId() const
-    {
-    return iTextResourceId;
-    }
+   	{
+   	return iTextResourceId;
+   	}
 
 // ---------------------------------------------------------
 // TPhoneCmdParamNote::Text