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. --- LUFA/Drivers/USB/Core/UC3/USBController_UC3.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'LUFA/Drivers/USB/Core/UC3/USBController_UC3.c') diff --git a/LUFA/Drivers/USB/Core/UC3/USBController_UC3.c b/LUFA/Drivers/USB/Core/UC3/USBController_UC3.c index 93ed03ecf..965971fc6 100644 --- a/LUFA/Drivers/USB/Core/UC3/USBController_UC3.c +++ b/LUFA/Drivers/USB/Core/UC3/USBController_UC3.c @@ -59,7 +59,7 @@ void USB_Init( #if !defined(USE_STATIC_OPTIONS) USB_Options = Options; #endif - + #if defined(USB_CAN_BE_BOTH) if (Mode == USB_MODE_UID) { @@ -73,7 +73,7 @@ void USB_Init( USB_CurrentMode = Mode; } #else - AVR32_USBB.USBCON.uide = false; + AVR32_USBB.USBCON.uide = false; #endif USB_IsInitialized = true; @@ -172,13 +172,13 @@ static void USB_Init_Device(void) else { #if defined(USB_DEVICE_OPT_HIGHSPEED) - if (USB_Options & USB_DEVICE_OPT_HIGHSPEED) + if (USB_Options & USB_DEVICE_OPT_HIGHSPEED) USB_Device_SetHighSpeed(); else USB_Device_SetFullSpeed(); #else USB_Device_SetFullSpeed(); - #endif + #endif } USB_INT_Enable(USB_INT_VBUSTI); -- cgit v1.2.3