phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -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