diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-08-27 22:07:36 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-08-27 22:07:36 +0000 |
| commit | 03745f4ed33f9dadc16bfc0e26472203e33b43cf (patch) | |
| tree | c5ba1df703895f67f72eaca7776eaf65b191ce31 /firmware/usbstack/core.h | |
| parent | a6d52a8305ba355aeeef17a0648d40e6e4f8fa70 (diff) | |
| download | rockbox-03745f4ed33f9dadc16bfc0e26472203e33b43cf.zip rockbox-03745f4ed33f9dadc16bfc0e26472203e33b43cf.tar.gz rockbox-03745f4ed33f9dadc16bfc0e26472203e33b43cf.tar.bz2 rockbox-03745f4ed33f9dadc16bfc0e26472203e33b43cf.tar.xz | |
Cosmetic changes only - tab, whitespace and brace policing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14484 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usbstack/core.h')
| -rw-r--r-- | firmware/usbstack/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/core.h b/firmware/usbstack/core.h index 7bda293..33805ac 100644 --- a/firmware/usbstack/core.h +++ b/firmware/usbstack/core.h @@ -38,7 +38,7 @@ struct usb_response { struct usb_ep { const char name[15]; uint8_t type; - uint32_t ep_num; /* which endpoint? */ + uint32_t ep_num; /* which endpoint? */ uint32_t pipe_num; /* which pipe? */ uint32_t maxpacket; bool claimed; |