vtprotocols/src/vtprotocolfactory.cpp
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
--- a/vtprotocols/src/vtprotocolfactory.cpp	Tue Aug 31 15:16:10 2010 +0300
+++ b/vtprotocols/src/vtprotocolfactory.cpp	Wed Sep 01 12:29:12 2010 +0100
@@ -177,7 +177,7 @@
 EXPORT_C MVTUserInput* VTProtocolFactory::CreateUserInputIndication(TUserInputType aUIIType, TUint8 aTone)
     {
     __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::CreateUserInputIndication")));	
-    if ( aUIIType == EVtUiiDTMF )
+    if (aUIIType == EVtUiiDTMF )
         {
         CVTUserInputDtmf* uii = CVTUserInputDtmf::NewL(aTone);
         return uii;