xpd: Cleaned up whitespace

This commit is contained in:
Ross Owen
2015-03-30 12:24:03 +01:00
parent 34e65e5c8c
commit 575ee95714
2 changed files with 2 additions and 2 deletions

View File

@@ -620,7 +620,7 @@ static void mixer2(chanend c_mixer1, chanend c_audio)
{
#pragma xta endpoint "mixer2_req"
request = inuint(c_audio);
/* Forward the request on */
outuint(c_mixer1, request);

View File

@@ -130,7 +130,7 @@ void handle_audio_request(chanend c_mix_out)
/* Input word that triggered interrupt and handshake back */
unsigned underflowSample = inuint(c_mix_out);
outuint(c_mix_out, 0);
/* If in overflow condition then receive samples and throw away */