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/host.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/host.h')
| -rw-r--r-- | firmware/usbstack/host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/usbstack/host.h b/firmware/usbstack/host.h index cb2f550..862584d 100644 --- a/firmware/usbstack/host.h +++ b/firmware/usbstack/host.h @@ -25,7 +25,7 @@ */ struct usb_host_driver { const char* name; - void* data; /* used to store controller specific ops struct */ + void* data; /* used to store controller specific ops struct */ }; #endif /*_USBSTACK_HOST_H_*/ |