Whitespace only

This commit is contained in:
xross
2018-02-14 16:53:58 +00:00
parent 90f9588fe0
commit 4f6a54f3b0

View File

@@ -468,8 +468,7 @@ void XUA_Buffer_Ep(register chanend c_aud_out,
SET_SHARED_GLOBAL(g_freqChange_sampFreq, receivedSampleFreq); SET_SHARED_GLOBAL(g_freqChange_sampFreq, receivedSampleFreq);
} }
#if (AUDIO_CLASS == 2) #if (AUDIO_CLASS == 2)
else else if(cmd == SET_STREAM_FORMAT_IN)
if(cmd == SET_STREAM_FORMAT_IN)
{ {
unsigned formatChange_DataFormat = inuint(c_aud_ctl); unsigned formatChange_DataFormat = inuint(c_aud_ctl);
unsigned formatChange_NumChans = inuint(c_aud_ctl); unsigned formatChange_NumChans = inuint(c_aud_ctl);