Fix whitespace
Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
This commit is contained in:
parent
a6fdeb47ea
commit
1392571bd7
45 changed files with 3258 additions and 3258 deletions
|
@ -171,10 +171,10 @@ static int usb_rx_next(struct usbd_ep_pipe_state_t *s)
|
|||
*/
|
||||
size_t nextlen = s->transfer_size;
|
||||
|
||||
if (nextlen > s->ep_maxsize)
|
||||
nextlen = s->ep_maxsize;
|
||||
if (nextlen > s->ep_maxsize)
|
||||
nextlen = s->ep_maxsize;
|
||||
|
||||
void *addr = s->data_buf + s->pos;
|
||||
void *addr = s->data_buf + s->pos;
|
||||
usb_queue_next(s, addr, nextlen);
|
||||
|
||||
return (1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue