summaryrefslogtreecommitdiff
path: root/firmware/usbstack/core.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-08-27 22:07:36 +0000
committerDave Chapman <dave@dchapman.com>2007-08-27 22:07:36 +0000
commit03745f4ed33f9dadc16bfc0e26472203e33b43cf (patch)
treec5ba1df703895f67f72eaca7776eaf65b191ce31 /firmware/usbstack/core.h
parenta6d52a8305ba355aeeef17a0648d40e6e4f8fa70 (diff)
downloadrockbox-03745f4ed33f9dadc16bfc0e26472203e33b43cf.tar.gz
rockbox-03745f4ed33f9dadc16bfc0e26472203e33b43cf.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/core.h b/firmware/usbstack/core.h
index 7bda2934e7..33805ac42e 100644
--- a/firmware/usbstack/core.h
+++ b/firmware/usbstack/core.h
@@ -38,7 +38,7 @@ struct usb_response {
38struct usb_ep { 38struct usb_ep {
39 const char name[15]; 39 const char name[15];
40 uint8_t type; 40 uint8_t type;
41 uint32_t ep_num; /* which endpoint? */ 41 uint32_t ep_num; /* which endpoint? */
42 uint32_t pipe_num; /* which pipe? */ 42 uint32_t pipe_num; /* which pipe? */
43 uint32_t maxpacket; 43 uint32_t maxpacket;
44 bool claimed; 44 bool claimed;