Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.

pull/1469/head
Dean Camera 13 years ago
parent 77f354609f
commit f201f6697b

@ -742,3 +742,4 @@ static void ProcessReadCommand(void)
else if (IS_ONEBYTE_COMMAND(SentCommand.Data, 0x01)) // Read signature byte else if (IS_ONEBYTE_COMMAND(SentCommand.Data, 0x01)) // Read signature byte
ResponseByte = SignatureInfo[DataIndexToRead - 0x30]; ResponseByte = SignatureInfo[DataIndexToRead - 0x30];
} }

@ -162,3 +162,4 @@ void EVENT_USB_Device_ControlRequest(void)
break; break;
} }
} }

@ -59,3 +59,4 @@
void EVENT_USB_Device_UnhandledControlRequest(void); void EVENT_USB_Device_UnhandledControlRequest(void);
#endif #endif

@ -184,3 +184,4 @@ uint16_t CALLBACK_USB_GetDescriptor(const uint16_t wValue,
*DescriptorAddress = Address; *DescriptorAddress = Address;
return Size; return Size;
} }

@ -68,3 +68,4 @@
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif #endif

@ -233,3 +233,4 @@ bool CALLBACK_Audio_Device_GetSetEndpointProperty(USB_ClassInfo_Audio_Device_t*
return false; return false;
} }

@ -270,3 +270,4 @@ bool CALLBACK_Audio_Device_GetSetEndpointProperty(USB_ClassInfo_Audio_Device_t*
return false; return false;
} }

@ -83,3 +83,4 @@
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif #endif

@ -109,3 +109,4 @@
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif #endif

@ -258,3 +258,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
LEDs_SetAllLEDs(LEDMask); LEDs_SetAllLEDs(LEDMask);
} }
} }

@ -221,3 +221,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
LEDs_SetAllLEDs(LEDMask); LEDs_SetAllLEDs(LEDMask);
} }

@ -345,3 +345,4 @@ static bool SCSI_Command_ModeSense_6(USB_ClassInfo_MS_Device_t* const MSInterfac
return true; return true;
} }

@ -345,3 +345,4 @@ static bool SCSI_Command_ModeSense_6(USB_ClassInfo_MS_Device_t* const MSInterfac
return true; return true;
} }

@ -345,3 +345,4 @@ static bool SCSI_Command_ModeSense_6(USB_ClassInfo_MS_Device_t* const MSInterfac
return true; return true;
} }

@ -211,3 +211,4 @@ bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSI
return CommandSuccess; return CommandSuccess;
} }

@ -102,3 +102,4 @@
void SideShow_Discard_Byte_Stream(void); void SideShow_Discard_Byte_Stream(void);
#endif #endif

@ -464,3 +464,4 @@ bool WriteTMCHeader(TMC_MessageHeader_t* const MessageHeader)
/* Indicate if the command has been aborted or not */ /* Indicate if the command has been aborted or not */
return (!(IsTMCBulkINReset) && (ErrorCode == ENDPOINT_RWSTREAM_NoError)); return (!(IsTMCBulkINReset) && (ErrorCode == ENDPOINT_RWSTREAM_NoError));
} }

@ -83,3 +83,4 @@
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif #endif

@ -109,3 +109,4 @@
ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3); ATTR_WARN_UNUSED_RESULT ATTR_NON_NULL_PTR_ARG(3);
#endif #endif

@ -340,3 +340,4 @@ static bool SCSI_Command_ModeSense_6(void)
return true; return true;
} }

@ -313,3 +313,4 @@ static void ReturnCommandStatus(void)
/* Finalize the stream transfer to send the last packet */ /* Finalize the stream transfer to send the last packet */
Endpoint_ClearIN(); Endpoint_ClearIN();
} }

@ -225,3 +225,4 @@ void EVENT_USB_Host_DeviceEnumerationFailed(const uint8_t ErrorCode,
LEDs_SetAllLEDs(LEDMASK_USB_ERROR); LEDs_SetAllLEDs(LEDMASK_USB_ERROR);
} }

@ -81,3 +81,4 @@ uint8_t Android_StartAccessoryMode(void)
Pipe_SelectPipe(PIPE_CONTROLPIPE); Pipe_SelectPipe(PIPE_CONTROLPIPE);
return USB_Host_SendControlRequest(NULL); return USB_Host_SendControlRequest(NULL);
} }

@ -49,3 +49,4 @@
uint8_t Android_StartAccessoryMode(void); uint8_t Android_StartAccessoryMode(void);
#endif #endif

@ -242,3 +242,4 @@ ISR(TIMER0_COMPA_vect, ISR_BLOCK)
Pipe_Freeze(); Pipe_Freeze();
Pipe_SelectPipe(PrevPipe); Pipe_SelectPipe(PrevPipe);
} }

@ -218,3 +218,4 @@ uint8_t DComp_NextAudioInterfaceDataEndpoint(void* CurrentDescriptor)
return DESCRIPTOR_SEARCH_NotFound; return DESCRIPTOR_SEARCH_NotFound;
} }

@ -239,3 +239,4 @@ ISR(TIMER0_COMPA_vect, ISR_BLOCK)
Pipe_Freeze(); Pipe_Freeze();
Pipe_SelectPipe(PrevPipe); Pipe_SelectPipe(PrevPipe);
} }

@ -218,3 +218,4 @@ uint8_t DComp_NextAudioInterfaceDataEndpoint(void* CurrentDescriptor)
return DESCRIPTOR_SEARCH_NotFound; return DESCRIPTOR_SEARCH_NotFound;
} }

@ -268,3 +268,4 @@ void ProcessJoystickReport(uint8_t* JoystickReport)
/* Display the button information on the board LEDs */ /* Display the button information on the board LEDs */
LEDs_SetAllLEDs(LEDMask); LEDs_SetAllLEDs(LEDMask);
} }

@ -284,3 +284,4 @@ void ProcessMouseReport(uint8_t* MouseReport)
/* Display the button information on the board LEDs */ /* Display the button information on the board LEDs */
LEDs_SetAllLEDs(LEDMask); LEDs_SetAllLEDs(LEDMask);
} }

@ -486,3 +486,4 @@
#endif #endif
/** @} */ /** @} */

@ -124,3 +124,4 @@
#endif #endif
/** @} */ /** @} */

@ -127,3 +127,4 @@
#endif #endif
/** @} */ /** @} */

@ -124,3 +124,4 @@
#endif #endif
/** @} */ /** @} */

@ -89,3 +89,4 @@
#endif #endif
/** @} */ /** @} */

@ -124,3 +124,4 @@
#endif #endif
/** @} */ /** @} */

@ -170,3 +170,4 @@
/** @} */ /** @} */

@ -130,3 +130,4 @@
#endif #endif
/** @} */ /** @} */

@ -101,3 +101,4 @@
#endif #endif
/** @} */ /** @} */

@ -108,3 +108,4 @@
#endif #endif
/** @} */ /** @} */

@ -151,3 +151,4 @@
#endif #endif
/** @} */ /** @} */

@ -98,3 +98,4 @@
#endif #endif
/** @} */ /** @} */

@ -114,3 +114,4 @@
#endif #endif
/** @} */ /** @} */

@ -138,3 +138,4 @@
#endif #endif
/** @} */ /** @} */

@ -95,3 +95,4 @@
#endif #endif
/** @} */ /** @} */

@ -152,3 +152,4 @@
#endif #endif
/** @} */ /** @} */

@ -87,3 +87,4 @@ void Serial_SendData(const uint8_t* Buffer, uint16_t Length)
while (Length--) while (Length--)
Serial_SendByte(*(Buffer++)); Serial_SendByte(*(Buffer++));
} }

@ -200,3 +200,4 @@ uint8_t TWI_WritePacket(const uint8_t SlaveAddress,
return ErrorCode; return ErrorCode;
} }

@ -73,3 +73,4 @@
#endif #endif
#endif #endif

@ -71,3 +71,4 @@
#endif #endif
#endif #endif

@ -359,3 +359,4 @@ uint16_t USB_GetHIDReportSize(HID_ReportInfo_t* const ParserData,
return 0; return 0;
} }

@ -180,3 +180,4 @@ void Audio_Device_Event_Stub(void)
} }
#endif #endif

@ -236,3 +236,4 @@ static void MS_Device_ReturnCommandStatus(USB_ClassInfo_MS_Device_t* const MSInt
} }
#endif #endif

@ -443,3 +443,4 @@ static int AOA_Host_getchar_Blocking(FILE* Stream)
#endif #endif

@ -268,3 +268,4 @@ uint8_t Endpoint_Null_Stream(uint16_t Length,
#endif #endif
#endif #endif

@ -81,3 +81,4 @@ uint8_t TEMPLATE_FUNC_NAME (void* const Buffer,
#undef TEMPLATE_TRANSFER_BYTE #undef TEMPLATE_TRANSFER_BYTE
#endif #endif

@ -90,3 +90,4 @@ uint8_t TEMPLATE_FUNC_NAME (const void* const Buffer,
#undef TEMPLATE_TRANSFER_BYTE #undef TEMPLATE_TRANSFER_BYTE
#endif #endif

@ -86,3 +86,4 @@ uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
#undef TEMPLATE_BUFFER_MOVE #undef TEMPLATE_BUFFER_MOVE
#endif #endif

@ -85,3 +85,4 @@ uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
#undef TEMPLATE_BUFFER_MOVE #undef TEMPLATE_BUFFER_MOVE
#endif #endif

@ -228,3 +228,4 @@ uint8_t Endpoint_Null_Stream(uint16_t Length,
#include "Template/Template_Endpoint_Control_R.c" #include "Template/Template_Endpoint_Control_R.c"
#endif #endif

@ -81,3 +81,4 @@ uint8_t TEMPLATE_FUNC_NAME (void* const Buffer,
#undef TEMPLATE_TRANSFER_BYTE #undef TEMPLATE_TRANSFER_BYTE
#endif #endif

@ -90,3 +90,4 @@ uint8_t TEMPLATE_FUNC_NAME (const void* const Buffer,
#undef TEMPLATE_TRANSFER_BYTE #undef TEMPLATE_TRANSFER_BYTE
#endif #endif

@ -86,3 +86,4 @@ uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
#undef TEMPLATE_BUFFER_MOVE #undef TEMPLATE_BUFFER_MOVE
#endif #endif

@ -85,3 +85,4 @@ uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
#undef TEMPLATE_BUFFER_MOVE #undef TEMPLATE_BUFFER_MOVE
#endif #endif

@ -259,3 +259,4 @@
#endif #endif
/** @} */ /** @} */

@ -268,3 +268,4 @@ uint8_t Endpoint_Null_Stream(uint16_t Length,
#endif #endif
#endif #endif

@ -81,3 +81,4 @@ uint8_t TEMPLATE_FUNC_NAME (void* const Buffer,
#undef TEMPLATE_TRANSFER_BYTE #undef TEMPLATE_TRANSFER_BYTE
#endif #endif

@ -90,3 +90,4 @@ uint8_t TEMPLATE_FUNC_NAME (const void* const Buffer,
#undef TEMPLATE_TRANSFER_BYTE #undef TEMPLATE_TRANSFER_BYTE
#endif #endif

@ -86,3 +86,4 @@ uint8_t TEMPLATE_FUNC_NAME (TEMPLATE_BUFFER_TYPE const Buffer,
#undef TEMPLATE_BUFFER_MOVE #undef TEMPLATE_BUFFER_MOVE
#endif #endif

@ -177,3 +177,4 @@ static void USB_Init_Device(void)
USB_Attach(); USB_Attach();
} }
#endif #endif

@ -322,3 +322,4 @@
#endif #endif
/** @} */ /** @} */

@ -60,3 +60,4 @@ void INTC_Init(void)
__builtin_mtsr(AVR32_EVBA, (uintptr_t)&EVBA_Table); __builtin_mtsr(AVR32_EVBA, (uintptr_t)&EVBA_Table);
} }

@ -160,3 +160,4 @@
#endif #endif
/** @} */ /** @} */

@ -375,3 +375,4 @@
#endif #endif
/** @} */ /** @} */

@ -526,3 +526,4 @@ void ISPProtocol_DelayMS(uint8_t DelayMS)
} }
#endif #endif

@ -190,3 +190,4 @@ FRESULT pf_readdir (DIR*, FILINFO*); /* Read a directory item from the open di
#endif /* _FATFS */ #endif /* _FATFS */

@ -243,3 +243,4 @@ void EVENT_USB_Device_ControlRequest(void)
{ {
MIDI_Device_ProcessControlRequest(&Keyboard_MIDI_Interface); MIDI_Device_ProcessControlRequest(&Keyboard_MIDI_Interface);
} }

@ -105,3 +105,4 @@
void EVENT_USB_Device_UnhandledControlRequest(void); void EVENT_USB_Device_UnhandledControlRequest(void);
#endif #endif

@ -3978,3 +3978,4 @@ int f_printf (
#endif /* !_FS_READONLY */ #endif /* !_FS_READONLY */
#endif /* _USE_STRFUNC */ #endif /* _USE_STRFUNC */

@ -333,3 +333,4 @@ int ff_del_syncobj (_SYNC_t); /* Delete a sync object */
#endif #endif
#endif /* _FATFS */ #endif /* _FATFS */

@ -340,3 +340,4 @@ static bool SCSI_Command_ModeSense_6(USB_ClassInfo_MS_Device_t* const MSInterfac
return true; return true;
} }

@ -100,3 +100,4 @@ bool DHCPCommon_GetOption(const uint8_t* DHCPOptionList,
} }
#endif #endif

@ -3978,3 +3978,4 @@ int f_printf (
#endif /* !_FS_READONLY */ #endif /* !_FS_READONLY */
#endif /* _USE_STRFUNC */ #endif /* _USE_STRFUNC */

@ -333,3 +333,4 @@ int ff_del_syncobj (_SYNC_t); /* Delete a sync object */
#endif #endif
#endif /* _FATFS */ #endif /* _FATFS */

@ -340,3 +340,4 @@ static bool SCSI_Command_ModeSense_6(USB_ClassInfo_MS_Device_t* const MSInterfac
return true; return true;
} }

@ -67,3 +67,4 @@
void SoftUART_Init(void); void SoftUART_Init(void);
#endif #endif

Loading…
Cancel
Save