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/Peripheral/AVR8/Serial_AVR8.c | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c') diff --git a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c index 7b7f5d61f..70f9f5853 100644 --- a/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c +++ b/LUFA/Drivers/Peripheral/AVR8/Serial_AVR8.c @@ -87,3 +87,4 @@ void Serial_SendData(const uint8_t* Buffer, uint16_t Length) while (Length--) Serial_SendByte(*(Buffer++)); } + -- cgit v1.2.3