Looks like your editor is putting spaces everywhere
10 comments:
Can use tabs here
Maybe use a tab instead of eight spaces
Patch Set #3, Line 352: ctx_data->out_ep,
This looks pretty weird. Also, it could use tabs
there are spaces
Can use tabs here
Can use tabs here
Can use tabs here
/* We were successful at performing the SPI transfer. */
return status;
This can be moved at line 498:
if (status == 0) {
if (read_ctx.receive_size != read_ctx.receive_index) {
status = USB_SPI_HOST_RX_READ_FAILURE;
} else {
/* We were successful at performing the SPI transfer. */
return status;
}
}
Then, the "if (status) {" at line 501 can go away
moar spaces that should be tabs
use tabs
To view, visit change 41532. To unsubscribe, or for help writing mail filters, visit settings.