@@ -295,7 +295,7 @@ DSP_STATUS WMD_MSG_Get(struct MSG_QUEUE *hMsgQueue,
(struct list_head *)pMsgFrame);
if (LST_IsEmpty(hMsgQueue->msgUsedList))
SYNC_ResetEvent(hMsgQueue->hSyncEvent);
- else
+ else
SYNC_SetEvent(hMsgQueue->hSyncEvent);
fGotMsg = true;
@@ -344,7 +344,7 @@ DSP_STATUS WMD_MSG_Get(struct MSG_QUEUE *hMsgQueue,
}
hMsgQueue->refCount--;
/* Reset the event if there are still queued messages */
- if (!LST_IsEmpty(hMsgQueue->msgUsedList))
+ if (!LST_IsEmpty(hMsgQueue->msgUsedList))
SYNC_SetEvent(hMsgQueue->hSyncEvent);
/* Exit critical section */