From 9b0c63fa0a32478a8f5bdd90a9ab4a23a19cb1f0 Mon Sep 17 00:00:00 2001 From: dean 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28 --- LUFA/CodeTemplates/LUFAConfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'LUFA/CodeTemplates') diff --git a/LUFA/CodeTemplates/LUFAConfig.h b/LUFA/CodeTemplates/LUFAConfig.h index e1b1f368..3f8841d3 100644 --- a/LUFA/CodeTemplates/LUFAConfig.h +++ b/LUFA/CodeTemplates/LUFAConfig.h @@ -35,7 +35,7 @@ header, copy this into your project's root directory and supply the \c USE_LUFA_CONFIG_HEADER token to the compiler so that it is defined in all compiled source files. - + For information on what each token does, refer to the LUFA manual section "Summary of Compile Tokens". */ @@ -85,7 +85,7 @@ // #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here} #elif (ARCH == ARCH_XMEGA) - + /* Non-USB Related Configuration Tokens: */ // #define DISABLE_TERMINAL_CODES @@ -151,6 +151,6 @@ // #define USB_HOST_TIMEOUT_MS {Insert Value Here} // #define HOST_DEVICE_SETTLE_DELAY_MS {Insert Value Here} - #endif + #endif #endif -- cgit v1.2.3