phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
--- a/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp	Tue Aug 31 15:14:29 2010 +0300
@@ -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