diff -r 41a7f70b3818 -r 5266b1f337bd phoneapp/phoneuiutils/src/tphonecmdparamnote.cpp --- 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