From f201f6697b7f99b63389509b42112026b8f6f76f Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 23 Dec 2011 01:51:39 +0000 Subject: Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. --- Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c | 2 +- Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Demos/Host/LowLevel/GenericHIDHost') diff --git a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c index 720ad03e7..953bf12b4 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c +++ b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c @@ -51,7 +51,7 @@ int main(void) for (;;) { ReadNextReport(); - + USB_USBTask(); } } diff --git a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h index 0afaa4f4b..1660f4236 100644 --- a/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h +++ b/Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.h @@ -81,7 +81,7 @@ const uint8_t ReportIndex, const uint8_t ReportType, uint16_t ReportLength); - + void EVENT_USB_Host_HostError(const uint8_t ErrorCode); void EVENT_USB_Host_DeviceAttached(void); void EVENT_USB_Host_DeviceUnattached(void); -- cgit v1.2.3