xpd: Cleaned up whitespace

This commit is contained in:
Sam Chesney
2017-08-03 15:50:15 +01:00
parent 4955d2d282
commit 13f5bb313d
12 changed files with 24 additions and 24 deletions

View File

@@ -300,7 +300,7 @@ void Endpoint0(chanend c_ep0_out, chanend c_ep0_in, chanend c_audioControl,
{
/* Returns XUD_RES_OKAY for success, XUD_RES_RST for bus reset */
XUD_Result_t result = USB_GetSetupPacket(ep0_out, ep0_in, &sp);
if (result == XUD_RES_OKAY)
{
result = XUD_RES_ERR;