bluetoothengine/btmac/src/BTMonoCmdHandler/btmcoperator.cpp
branchRCL_3
changeset 21 53b7818cd282
parent 20 2f88a7d66f50
--- a/bluetoothengine/btmac/src/BTMonoCmdHandler/btmcoperator.cpp	Tue May 11 16:23:08 2010 +0300
+++ b/bluetoothengine/btmac/src/BTMonoCmdHandler/btmcoperator.cpp	Tue May 25 12:53:11 2010 +0300
@@ -92,7 +92,7 @@
         LEAVE_IF_ERROR(params.Append(TATParam(0)));
         TBuf8<KMaxOperatorNameLength> buf8;
         buf8.Copy(iInfo.iName); //  Unicode convert:		
-		TBuf16<KMaxOperatorNameLength> buf16;
+        TBuf16<KMaxOperatorNameLength> buf16;
         TBuf8<KMaxOperatorNameLength> buf8Copy;        
         LEAVE_IF_ERROR(CnvUtfConverter::ConvertToUnicodeFromUtf8(buf16,buf8));
         buf8Copy.Copy(buf16);