vtprotocols/src/ch324confighandler.cpp
branchRCL_3
changeset 34 f15ac8e65a02
parent 19 856ae1b15d98
child 35 779871d1e4f4
--- a/vtprotocols/src/ch324confighandler.cpp	Thu Aug 19 09:57:36 2010 +0300
+++ b/vtprotocols/src/ch324confighandler.cpp	Tue Aug 31 15:16:10 2010 +0300
@@ -168,7 +168,7 @@
 TInt CH324ConfigCommand::SendUserInputMessageL(MVTUserInput& user_input)
     {
     __IF_DEBUG(Print(_L("VTProto: CH324ConfigCommand::SendUserInputMessageL<")));	
-    if (user_input.GetType() == EVtUiiDTMF )
+    if ( user_input.GetType() == EVtUiiDTMF )
         {
         CVTUserInputDtmf* dtmf = static_cast<CVTUserInputDtmf*>(&user_input);
         return iH324Config->SendUserInputL(*dtmf->iUII);