--- a/mmserv/tms/tmscallserver/src/ipcalldownlinkds.cpp Wed Apr 14 16:29:54 2010 +0300
+++ b/mmserv/tms/tmscallserver/src/ipcalldownlinkds.cpp Tue Apr 27 17:11:02 2010 +0300
@@ -156,7 +156,7 @@
void TMSIPDownlink::BufferToBeFilled(CMMFBuffer* aBuffer)
{
// Store pointer to the received buffer
- iDevSoundBufPtr = static_cast<CMMFDataBuffer*> (aBuffer);
+ iDevSoundBufPtr = static_cast<CMMFDataBuffer*>(aBuffer);
iBufLen = iDevSoundBufPtr->RequestSize();
TRACE_PRN_N1(_L("TMS->DNL->BTBF: LEN[%d]"), iBufLen);