forked from len0rd/rockbox
Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144 by Tomer Shalev)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20731 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a54e0b6dba
commit
463e20271b
2 changed files with 10 additions and 10 deletions
|
@ -107,7 +107,6 @@ struct usb_transfer_completion_event_data
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
void usb_init(void);
|
void usb_init(void);
|
||||||
void usb_enable(bool on);
|
void usb_enable(bool on);
|
||||||
void usb_attach(void);
|
void usb_attach(void);
|
||||||
|
@ -128,7 +127,8 @@ bool usb_charging_enabled(void);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_USBSTACK
|
#ifdef HAVE_USBSTACK
|
||||||
void usb_signal_transfer_completion(struct usb_transfer_completion_event_data* event_data);
|
void usb_signal_transfer_completion(
|
||||||
|
struct usb_transfer_completion_event_data *event_data);
|
||||||
bool usb_driver_enabled(int driver);
|
bool usb_driver_enabled(int driver);
|
||||||
bool usb_exclusive_storage(void); /* storage is available for usb */
|
bool usb_exclusive_storage(void); /* storage is available for usb */
|
||||||
void usb_storage_try_release_storage(void);
|
void usb_storage_try_release_storage(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue