Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda

This commit is contained in:
Dean Camera 2010-10-13 14:05:35 +00:00
parent a8871c7fba
commit 5a4def7478
760 changed files with 12883 additions and 12164 deletions

View File

@ -547,3 +547,4 @@ void CDC_Task(void)
Endpoint_ClearOUT(); Endpoint_ClearOUT();
} }
} }

View File

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

View File

@ -70,3 +70,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

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

View File

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

View File

@ -693,3 +693,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
.PHONY : all begin finish end sizebefore sizeafter gccversion \ .PHONY : all begin finish end sizebefore sizeafter gccversion \
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program debug gdb-config clean_list clean_doxygen program debug gdb-config

View File

@ -701,3 +701,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];
} }

View File

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

View File

@ -88,3 +88,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

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

View File

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

View File

@ -694,3 +694,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
.PHONY : all begin finish end sizebefore sizeafter gccversion \ .PHONY : all begin finish end sizebefore sizeafter gccversion \
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program debug gdb-config clean_list clean_doxygen program debug gdb-config

View File

@ -23,3 +23,4 @@ all:
%: %:
$(MAKE) -C DFU $@ $(MAKE) -C DFU $@
$(MAKE) -C CDC $@ $(MAKE) -C CDC $@

View File

@ -148,3 +148,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
{ {
Audio_Device_ProcessControlRequest(&Microphone_Audio_Interface); Audio_Device_ProcessControlRequest(&Microphone_Audio_Interface);
} }

View File

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

View File

@ -81,3 +81,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

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

View File

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

View File

@ -712,3 +712,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

@ -200,3 +200,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
{ {
Audio_Device_ProcessControlRequest(&Speaker_Audio_Interface); Audio_Device_ProcessControlRequest(&Speaker_Audio_Interface);
} }

View File

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

View File

@ -94,3 +94,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

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

View File

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

View File

@ -714,3 +714,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

@ -189,3 +189,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
CDC_Device_ProcessControlRequest(&VirtualSerial1_CDC_Interface); CDC_Device_ProcessControlRequest(&VirtualSerial1_CDC_Interface);
CDC_Device_ProcessControlRequest(&VirtualSerial2_CDC_Interface); CDC_Device_ProcessControlRequest(&VirtualSerial2_CDC_Interface);
} }

View File

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

View File

@ -83,3 +83,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

@ -177,3 +177,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
HIDReportEcho.ReportSize = ReportSize; HIDReportEcho.ReportSize = ReportSize;
memcpy(HIDReportEcho.ReportData, ReportData, ReportSize); memcpy(HIDReportEcho.ReportData, ReportData, ReportSize);
} }

View File

@ -84,3 +84,4 @@
const uint16_t ReportSize); const uint16_t ReportSize);
#endif #endif

View File

@ -73,3 +73,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

@ -185,3 +185,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
{ {
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports // Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
} }

View File

@ -97,3 +97,4 @@
const uint16_t ReportSize); const uint16_t ReportSize);
#endif #endif

View File

@ -71,3 +71,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

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

View File

@ -87,3 +87,4 @@
const uint16_t ReportSize); const uint16_t ReportSize);
#endif #endif

View File

@ -70,3 +70,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

@ -82,3 +82,4 @@
const uint16_t ReportSize); const uint16_t ReportSize);
#endif #endif

View File

@ -75,3 +75,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

@ -192,3 +192,4 @@ void EVENT_USB_Device_UnhandledControlRequest(void)
{ {
MIDI_Device_ProcessControlRequest(&Keyboard_MIDI_Interface); MIDI_Device_ProcessControlRequest(&Keyboard_MIDI_Interface);
} }

View File

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

View File

@ -72,3 +72,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

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

View File

@ -531,3 +531,4 @@ bool DataflashManager_CheckDataflashOperation(void)
return true; return true;
} }

View File

@ -83,3 +83,4 @@
bool DataflashManager_CheckDataflashOperation(void); bool DataflashManager_CheckDataflashOperation(void);
#endif #endif

View File

@ -314,3 +314,4 @@ static bool SCSI_Command_ReadWrite_10(USB_ClassInfo_MS_Device_t* const MSInterfa
return true; return true;
} }

View File

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

View File

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

View File

@ -86,3 +86,4 @@
bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo); bool CALLBACK_MS_Device_SCSICommandReceived(USB_ClassInfo_MS_Device_t* const MSInterfaceInfo);
#endif #endif

View File

@ -90,3 +90,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -713,3 +713,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

@ -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

View File

@ -531,3 +531,4 @@ bool DataflashManager_CheckDataflashOperation(void)
return true; return true;
} }

View File

@ -86,3 +86,4 @@
bool DataflashManager_CheckDataflashOperation(void); bool DataflashManager_CheckDataflashOperation(void);
#endif #endif

View File

@ -314,3 +314,4 @@ static bool SCSI_Command_ReadWrite_10(USB_ClassInfo_MS_Device_t* const MSInterfa
return true; return true;
} }

View File

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

View File

@ -98,3 +98,4 @@
const uint16_t ReportSize); const uint16_t ReportSize);
#endif #endif

View File

@ -90,3 +90,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -713,3 +713,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

@ -185,3 +185,4 @@ void CALLBACK_HID_Device_ProcessHIDReport(USB_ClassInfo_HID_Device_t* const HIDI
{ {
// Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports // Unused (but mandatory for the HID class driver) in this demo, since there are no Host->Device reports
} }

View File

@ -88,3 +88,4 @@
const uint16_t ReportSize); const uint16_t ReportSize);
#endif #endif

View File

@ -70,3 +70,4 @@
* </tr> * </tr>
* </table> * </table>
*/ */

View File

@ -710,3 +710,4 @@ $(shell mkdir $(OBJDIR) 2>/dev/null)
build elf hex eep lss sym coff extcoff doxygen clean \ build elf hex eep lss sym coff extcoff doxygen clean \
clean_list clean_doxygen program dfu flip flip-ee dfu-ee \ clean_list clean_doxygen program dfu flip flip-ee dfu-ee \
debug gdb-config debug gdb-config

View File

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

View File

@ -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

View File

@ -84,3 +84,4 @@ int16_t ARP_ProcessARPPacket(void* InDataStart,
return NO_RESPONSE; return NO_RESPONSE;
} }

View File

@ -73,3 +73,4 @@
void* OutDataStart); void* OutDataStart);
#endif #endif

View File

@ -118,3 +118,4 @@ int16_t DHCP_ProcessDHCPPacket(void* IPHeaderInStart,
return NO_RESPONSE; return NO_RESPONSE;
} }

View File

@ -125,3 +125,4 @@
void* DHCPHeaderOutStart); void* DHCPHeaderOutStart);
#endif #endif

View File

@ -130,3 +130,4 @@ uint16_t Ethernet_Checksum16(void* Data,
return ~Checksum; return ~Checksum;
} }

View File

@ -102,3 +102,4 @@
uint16_t Bytes); uint16_t Bytes);
#endif #endif

View File

@ -79,3 +79,4 @@
} IP_Address_t; } IP_Address_t;
#endif #endif

View File

@ -80,3 +80,4 @@ int16_t ICMP_ProcessICMPPacket(Ethernet_Frame_Info_t* const FrameIN,
return NO_RESPONSE; return NO_RESPONSE;
} }

View File

@ -80,3 +80,4 @@
void* OutDataStart); void* OutDataStart);
#endif #endif

View File

@ -113,3 +113,4 @@ int16_t IP_ProcessIPPacket(Ethernet_Frame_Info_t* const FrameIN,
return RetSize; return RetSize;
} }

View File

@ -95,3 +95,4 @@
void* OutDataStart); void* OutDataStart);
#endif #endif

View File

@ -278,3 +278,4 @@ void DecodeDHCPHeader(void* InDataStart)
#endif #endif
} }

View File

@ -57,3 +57,4 @@
void DecodeDHCPHeader(void* InDataStart); void DecodeDHCPHeader(void* InDataStart);
#endif #endif

View File

@ -632,3 +632,4 @@ static uint16_t TCP_Checksum16(void* TCPHeaderOutStart,
return ~Checksum; return ~Checksum;
} }

Some files were not shown because too many files have changed in this diff Show More